Page 1 of 1

New LCD PrintFloat Function added.

Posted: Wed Jul 28, 2021 5:27 pm
by medelec35
I have added a new function to both Generic LCD and I2C LCD components.
The PrintFloat function allows you to enter float variables directly without the need of using Strings and FloatToString functions.
There is an option to state the number of decimal places as well:
Displaying Temperature.png
Displaying Temperature.png (71.18 KiB) Viewed 1847 times
To get this new function, select Help, Library updates.
Change Files in-use to Full database, the updated LCD components should appear.
Select Download.
When finished select the Reload button.

Note:
Since saving the image, I have restricted the decimal places between 1 and 6.