Example: RP2040 + ILI9486/MSP2807 + PlatformIO + lvgl #2340
flaviut
started this conversation in
Compatible displays and setup files
Replies: 2 comments
-
Thanks for sharing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Good ideea to copy the lvgl examples into lib/, to avoid compiling what's not required, I had them in src/ and they've been compiled even when not having lvgl in If you want to try the include method for lv_conf.h you can add |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I was able to get this working!
platformio.ini
:src/main.cpp
:copied https://github.com/lvgl/lvgl/tree/v8.3.4/demos into
lib/
, fix imports using:Beta Was this translation helpful? Give feedback.
All reactions