update a single value without first deleting the entire display
-
I just want to update a single value in the display. Is this possible without first deleting the entire display?
-
Hello @Stoni99
assuming you mean an LCD screen, a couple of possibilities come to mind:
- draw a rectangle (using background color) over the old text
- write a couple of spaces over the old text
- rewrite the previous text with background color first
Thanks
Felix -
@felmue often I use Serial.printf() function, with 90% of my application have the result I wanted! Also add the text background collor as the collor of the screen.
-
Hello @ Stoni99
The same question is:
https://forum.m5stack.com/topic/4180/writing-and-re-writing-text/6