Speed up display refresh #2

Open
opened 2025-12-21 13:50:36 +00:00 by zac · 0 comments
Owner

daed5c2093 added a second data write and screen refresh command to draw_full_frame since without it the display would only update every other call. What is strange is that with these extra commands the display visually refreshes twice for each draw_full_frame call. The stock firmware for the LilyGo T-Deck Pro (with uses this display) doesn't have this limitation, it just refreshes once, so I know it must be possible.

This issue will stay open until I've figured out how to perform a reliable single refresh update.

daed5c209328182f266f963b26653ac14b7d8159 added a second data write and screen refresh command to `draw_full_frame` since without it the display would only update every other call. What is strange is that with these extra commands the display visually refreshes twice for each `draw_full_frame` call. The stock firmware for the LilyGo T-Deck Pro (with uses this display) doesn't have this limitation, it just refreshes once, so I know it must be possible. This issue will stay open until I've figured out how to perform a reliable single refresh update.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: zac/zel-gdeq031t10#2
No description provided.