I am trying to implement switching between two screen buffers, with frame_buffer1 and frame_buffer2 each sized at half the screen area. The issue is that when switching to a screen containing a PNG image, the refresh occurs in two distinct parts with a noticeable lag between them. How can I resolve this? I am using a 320x240 display driven by an ESP32-S3 (ST7789 controller).
I am trying to implement switching between two screen buffers, with
frame_buffer1andframe_buffer2each sized at half the screen area. The issue is that when switching to a screen containing a PNG image, the refresh occurs in two distinct parts with a noticeable lag between them. How can I resolve this? I am using a 320x240 display driven by an ESP32-S3 (ST7789 controller).