We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, after restart cpu display always show last digits. My setup:
tmDisplay.begin(); tmDisplay.setBrightnessPercent(90);
tmDisplay.clearScreen();
Above set's display to 00.
tmDisplay.offMode();
Above switch off display's, but when I turned ON again - on displays I have last number's :-(
What I can do to clear registry (buffer) in TM1637 using this library? I want to have my display without any digits after start program.
Regards!
The text was updated successfully, but these errors were encountered:
I need turn ON only colon - as status.
And another question, how to select (I have two displays) which colon turn ON? Now when:
tmDisplay.colonOn();
Two colons are turned ON :-)
Sorry, something went wrong.
No branches or pull requests
Hi, after restart cpu display always show last digits.
My setup:
Above set's display to 00.
Above switch off display's, but when I turned ON again - on displays I have last number's :-(
What I can do to clear registry (buffer) in TM1637 using this library?
I want to have my display without any digits after start program.
Regards!
The text was updated successfully, but these errors were encountered: