Configure fast work stm32 and ILI9486 display #2767
-
I have two hardware devices:
esp32 and display connected like this
When I run the test from the example on
these fonts
This commented
This line with custom fonts, just comment it out. Otherwise, the example code will generate a font error when compiling.
Do not pay attention to this, I ported this code from M5Stack. video5330118765831010284.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
I continue to search for options to speed up the graphics on
And immediately got the test completed in video5332342098601455914.mp4
|
Beta Was this translation helpful? Give feedback.
-
A few more observations that intrigued me.
but for some reason there was no change ... |
Beta Was this translation helpful? Give feedback.
-
Have you set the STM32 parameter for the port A bus use? See here: |
Beta Was this translation helpful? Give feedback.
-
I don’t know what happened, but the display speed increased many times. video5339064405319495854.mp4Thank you very much for your help and the library. Previously, I connected the
Everything worked, but when connected in this way
The speed has doubled. |
Beta Was this translation helpful? Give feedback.
-
Great, you have made good progress. Create a prototype and test it before comitting to a PCB layout. You should be able to assign the control pins as you wish without a performance penalty. Larger displays will be slower in proportion to the total pixel count. The data pins are best allocated to a particular port. See here: |
Beta Was this translation helpful? Give feedback.
Have you set the STM32 parameter for the port A bus use? See here:
https://github.com/Bodmer/TFT_eSPI/blob/master/User_Setups/Setup35_ILI9341_STM32_Port_Bus.h#L10