I bought this nice TFT LCD display from Adafruit and the demo code works great, but I don't seem to find a way to display and update values on the same line: I want to display GPS data without them scrolling, but update on their place like:
You have to delete previous values first. Good way is save old values and print it using background colour just before printing new values.
If your TFT is fast enough You can clear display instead.
You can also print rectangle in badkground color - deleting old values.
In my opinion printing saved old values is best way - I 'm usin'g it.
sp9mrn:
You have to delete previous values first. Good way is save old values and print it using background colour just before printing new values.
If your TFT is fast enough You can clear display instead.
You can also print rectangle in badkground color - deleting old values.
In my opinion printing saved old values is best way - I 'm usin'g it.
I heard about "XOR way" but dont know it.
MAc
XOR can only work if your display supports reading as well as writing the framebuffer memory - a lot don't.