Demo Not Working? #206
Replies: 4 comments 2 replies
-
I suspect you try to run the esp32-smartdisplay, not the esp32-smartdisplay-demo repository. |
Beta Was this translation helpful? Give feedback.
-
As you can see from the above screenshot, I tried to force v9.1, but that didn't work. Compile errors. |
Beta Was this translation helpful? Give feedback.
-
FOUND IT!! Well, actually another user found the problem and I stumbled upon it in another discussion thread: https://github.com/rzeldent/esp32-smartdisplay-demo/issues/43#issuecomment-2336613018
Needs to be changed in boards\esp32-3248S035C.json to:
This is for board ESP32-3248S035C, so I propose that the board definition be changed. |
Beta Was this translation helpful? Give feedback.
-
I could very well be doing something wrong, but today I cloned the demo git repo to a local folder, opened the folder in PlatformIO, uncommented the board I'm using in platformio.ini, saved it and tried to send it to my board. Blank screen and no LED activity.
The only thing I can see is that the demo was written for LVGL 9.1 and PlatformIO seems to be installing 9.2. Any ideas?
`Library Manager: [email protected]+sha.08d0ce2 has been installed!
Library Manager: Resolving dependencies...
Library Manager: Installing lvgl/lvgl @ ^9.2.0
Unpacking [####################################] 100%
Library Manager: [email protected] has been installed!
`
Beta Was this translation helpful? Give feedback.
All reactions