Minor warnings when building a project in platformio Arduino_GFX ver.1.5.0 #570
Unanswered
brightproject
asked this question in
Q&A
Replies: 1 comment 1 reply
-
yes, offical code is much faster. please stick to using that code, my library only for the beginner. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
My hardware and software configuration:
Declaring library settings:
I define the library initialization this way, but I get warnings when compiling the code, even if I explicitly specify the values of the
SPI
bus speed.Just an observation, when I use
Arduino_GFX
to output an image of my widget, I get28-31 fps
If I use libraries
ESP_PanelBus_QSPI
The same widget code gives
35-42 fps
.I'm just curious, why is there such a difference, is the
Arduino_GFX
library not optimized for theQSPI
bus?Please tell me @moononournation , I wanted to know your opinion as a specialist🙂
Beta Was this translation helpful? Give feedback.
All reactions