AKJ7 / TM1637

TM1637 Library Driver for Microcontrollers
GNU General Public License v3.0
33 stars 11 forks source link

How to clear display? #25

Open rozrabiak opened 8 months ago

rozrabiak commented 8 months ago

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 commented 8 months ago

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