TM1637 Display ':'

Can anyone tell me how to display the 'dots' for : on the 4 digit 7 segment display using the TM1637Display.h Library, I spend some time online but couldn't find a solution Thanks, if anyone could help
1 Reply
Melagon
Melagon3w ago
I never worked with that display, but if this helps you, I found this on the official documentation: https://github.com/avishorp/TM1637?tab=readme-ov-file#usage
showNumberDec - Display a decimal number showNumberDecEx - Display a decimal number with decimal points or colon

Did you find this page helpful?