What is the fastest way to display raw image data on the LCD for animation #2260
Answered
by
Bodmer
hacktronics
asked this question in
Q&A - General
-
I am planning to use ST7735 based small 1.8inch LCD. |
Beta Was this translation helpful? Give feedback.
Answered by
Bodmer
Dec 21, 2022
Replies: 2 comments
-
Fastest is 16 bit 565 format raw pixels stored in FLASH. See exampleTFT_Flash_Bitmap. You can then use pushImage(). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hacktronics
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fastest is 16 bit 565 format raw pixels stored in FLASH. See exampleTFT_Flash_Bitmap. You can then use pushImage().