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

Add support for leading zeros in number function #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

yamenk-gribaudo
Copy link

Add optional arguments to number function to allow leading ceros.

@yamenk-gribaudo yamenk-gribaudo changed the title Add support fpr leading ceros in number function Add support for leading ceros in number function Jul 2, 2023
@mcauser
Copy link
Owner

mcauser commented Jul 3, 2023

Thanks for the contribution. Ceros, is that Spanish?
I was also experimenting with this idea, and how to better support decimal places / floating point on displays that support it.
Most of my displays use clock-style LEDs (88:88), with no decimal places. Only my Robotdyn module uses decimal-style LEDs (8.8.8.8.) with decimal places after each digit but no colon : in the middle.

@yamenk-gribaudo yamenk-gribaudo changed the title Add support for leading ceros in number function Add support for leading zeros in number function Jul 4, 2023
@yamenk-gribaudo
Copy link
Author

yamenk-gribaudo commented Jul 4, 2023

Thanks for the contribution. Ceros, is that Spanish? I was also experimenting with this idea, and how to better support decimal places / floating point on displays that support it. Most of my displays use clock-style LEDs (88:88), with no decimal places. Only my Robotdyn module uses decimal-style LEDs (8.8.8.8.) with decimal places after each digit but no colon : in the middle.

Yes, thats spanish, guess I really never wrote that word before :p
Fixed!

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

Successfully merging this pull request may close these issues.

2 participants