You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using TM1650. when variable value is zero the display showing blank screen. This is happening when we select " Set the display to a decimal number without leading zeros", due to this issue I am unable to shown the zero number on the 7 segment display.
The text was updated successfully, but these errors were encountered:
Just saw that I never responded to this issue, Sorry...
In my own projects I often include the TM16xxDisplay class to be able to use the familiar print() function. Using that your can just use print(0) or print("0"). The latter form should definitely work, but if I remember well I've also used the first form in some of my TM1650 projects.
If I don't forget again, I will try to reproduce the issue you mention. I'll keep this issue open until then...
Hi,
I am using TM1650. when variable value is zero the display showing blank screen. This is happening when we select " Set the display to a decimal number without leading zeros", due to this issue I am unable to shown the zero number on the 7 segment display.
The text was updated successfully, but these errors were encountered: