Replies: 2 comments 1 reply
-
Do you know the SPI speed they are running? |
Beta Was this translation helpful? Give feedback.
1 reply
-
ILI9341_T4 seems make many optimization for LVGL, I also recommend you stick to this library if you mainly using LVGL. The main goal of Arduino_GFX is portable and compatible across multiple Arduino IDE platform. You can run same code without rewrite when you change dev device, but it is not always fastest. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have previously used a library called ILI9341_T4 on my Teensy 4.1 with an LVGL Benchmark demo and it gets average 1040 FPS, but if I use the same code and hardware, but using Arduino_GFX as my driver, I get 38 FPS average. Is this normal?
Beta Was this translation helpful? Give feedback.
All reactions