How do I send a variable to be displayed on an LCD? My code is:
LCDOUT v1
but the LCD displays this as a character, and v1 is a number.
Printable View
How do I send a variable to be displayed on an LCD? My code is:
LCDOUT v1
but the LCD displays this as a character, and v1 is a number.
There are many ways, one way would be to prefix with a hash... example...
LCDOut #v1