fillScreen() did not work as expected and resulted in a visible tear. #2734
Answered
by
Bodmer
ws2bhhh
asked this question in
Q&A - General
-
A dumb solution to this problem: The screen resolution is 128*128, 1.44 inch. So I think ESP32 is fast enough to handle this simple job.
|
Beta Was this translation helpful? Give feedback.
Answered by
Bodmer
Jul 14, 2023
Replies: 1 comment
-
This tearing effect is due to the refresh rate of the display driver compared to the draw speed of the processor. Good to hear you have a solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ws2bhhh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This tearing effect is due to the refresh rate of the display driver compared to the draw speed of the processor.
Good to hear you have a solution.