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

TM16xx without leading zeros issue #29

Open
chsumanbabu opened this issue Dec 5, 2022 · 1 comment
Open

TM16xx without leading zeros issue #29

chsumanbabu opened this issue Dec 5, 2022 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@chsumanbabu
Copy link

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.

@maxint-rd maxint-rd self-assigned this Jan 31, 2023
@maxint-rd maxint-rd added the question Further information is requested label Jan 31, 2023
@maxint-rd
Copy link
Owner

maxint-rd commented Nov 28, 2024

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...

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

No branches or pull requests

2 participants