Hi, I am using 5K variable resistor to simulate height of water level from 0 to 10 m
A = ADC(1)*10/4096
SETLCD 1,1,"Wtr Level = "+STR$(A)+ " m"
my intention is to display in LCD with 2 decimal place. Is that possible? Currently its just display in integer format.