- Code: Select all | TOGGLE FULL SIZE
lcd.message(F'Temp: {r}')
"r" is the temperature value
this is the code i am using and it works but unfortunately it displays as:
Thanks in advance!
formatting variable to display on 4 x 20 lcd
lcd.message(F'Temp: {r}')
Re: formatting variable to display on 4 x 20 lcd