bablokb / circuitpython-tm1637

CircuitPython library für the TM1637 7-Segment Display
MIT License
19 stars 7 forks source link

Seven segment display without decimal points? #4

Open codeman0512 opened 2 years ago

codeman0512 commented 2 years ago

How do I make the code work for a 7-segment display without decimal points in between the numbers?

bablokb commented 2 years ago

Check your datasheet. If the driver is TM1637 but the display just left out the segment for the column, then just don't display a dot or colon. Otherwise you have to adapt the code to your driver-chip.