Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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