Speed up display refresh #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
daed5c2093added a second data write and screen refresh command todraw_full_framesince 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 eachdraw_full_framecall. 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.