hello! im using the tft_Espi library wired to an st7789 240x240 ips display, running on an esp32 dev board. in my code, i display loads of images and shapes at the start (setup) of my sketch. my aim is to be able to scroll a 4x4 rectangle in any direction on the display. if you are familiar with tft displays, you will know that scrolling a graphic leaves a smear across your display, as it doesn't refresh. how can i get past this? is it possible to use tft_espi to store everything drawn on the screen in a buffer?. my display does not have read capabilities, but is an esp32 and therefore has enough storage/proccessing power to store a buffer. any ideas?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.