Skip to content
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

How to clear display? #25

Open
rozrabiak opened this issue Mar 1, 2024 · 1 comment
Open

How to clear display? #25

rozrabiak opened this issue Mar 1, 2024 · 1 comment

Comments

@rozrabiak
Copy link

rozrabiak commented Mar 1, 2024

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!

@rozrabiak
Copy link
Author

rozrabiak commented Mar 2, 2024

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 :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant