-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: 'class TM1637' has no member named 'displayStr' #16
Comments
Did you solve this problem? |
Hi, I did solve it, but honestly, I do not remember how:( |
@petermisovic @JoseCintra New library version should be released by repository maintainer (@lanselambor maybe?) In a meantime you can download latest code from Github |
@petermisovic @JoseCintra Is your problem solved now? |
Hello, I'm going to close this issue, feel free to re-open it if you have any other questions. [Autocommentary] |
@Lesords The Arduino IDE still doesnt download the latest version that includes methods like displayStr() for me. I have to manually download the ZIP of the most recent master and add it to my Documents/Arduino/libraries folder. Maybe you have to create a new release in the repository?! Thanks a lot! |
Thanks for pointing this out, I've already published the latest release. It may take a while for this to take effect in the Arduino library manager. |
Thx for doing this so quickly 😊 !! |
Library 1.0.0 installed via Arduino 1.18.13 manager (Ubuntu linux).
tm1637 class defined with pins, initialized in setup {tm1637.init(); tm1637.set(BRIGHT_TYPICAL); tm1637.clearDisplay();} and called loop{tm1637.displayStr("L0");}
Verify (or upload code) exits with error:
error: 'class TM1637' has no member named 'displayStr'
tm1637.displayStr("L0");
The text was updated successfully, but these errors were encountered: