Speed up: ESP32 MH-ET live mini 1.44 128x128 RED_PCB #1618
Replies: 3 comments 1 reply
-
Determine what is taking up the time. |
Beta Was this translation helpful? Give feedback.
-
Soo generating a picture is not an option instead of displaying it? I'm loading jpeg's, bmp and fonds from the sd card. I change six times from font during filling the the screen and that's what causing it. An other question, could the sdfat library be used instead of the sd library from the sdk? I have a lot of coding from the sdfat that I could use for other things to do. |
Beta Was this translation helpful? Give feedback.
-
Fonts stored in FLASH array are the quickest to load, see examples. Reducing the number of characters in the font helps too. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear I have made my tft weather app on my esp32 and I used smooth fonts for my text. Now it takes about 3 sec to load all data an images. My question is how I could speed up this. I am using an sd card to load jpg from. Maybe I could make a screenshot to my sd card because I update the weather arround evry 1.5hours.
I tried to speed up the like this
But the screen gets dizzy.
This where my settings when I started to program.
Beta Was this translation helpful? Give feedback.
All reactions