LCD noob
Rafael
Posts: 2
I have a BS2 with a LCD Terminal AppMod. I have a number stored in a variable and want the variable to be displayed on the LCD.
I looked through the StampWorks manual but I couldn't really find a relevant example.
Does anyone have a sample program or code that display the contents of a variable on an LCD.
- Thanks
I looked through the StampWorks manual but I couldn't really find a relevant example.
Does anyone have a sample program or code that display the contents of a variable on an LCD.
- Thanks
Comments
To output the proper digits, you could use something like this (with the routines from the example program):
You could modify this to handle negative numbers or to suppress leading zeros.