Im trying to figure out how to display a single number on the lcd after a double digit has been displayed on lcd with out clearing the lcd or setting the cursor and using lcd.write(254);
eg if i display 10 on lcd, and then 9, it will show 90, i dont want to clear the lcd or print clear spaces
is there a formatting option to dispay single digits as two like 9 is 09