How can I clear only part of a line on the builtin display on the WifiKit 32?
I have GPS data that I want to display as it updates but I want it to overwrite the previous value without clearing other parts of the display.
The display will look similar to this:
ALT SPD SATS
###
LAT ##.######
LNG ##.######
The first line is the header and that stays on the display
The # parts are the GPS data which will be constantly updating
How can I do this ?
Thanks