compilation error with esp32-2432S028R #172
-
Hi, I am trying to build the demo app, but I run into compilation errors. I cloned the esp32-smartdisplay-demo project (including submodules) and enabled "default_envs = esp32-2432S028R" in the platform.io file. I then try to build, but I get the following 2 compilation errors: .pio/libdeps/esp32-2432S028R/esp32_smartdisplay/src/esp32_smartdisplay.c:2:31: fatal error: esp_lcd_panel_ops.h: No such file or directory I am new to platform.io so I am a bit lost on how to fix this. I tried googling but that did not get me further. thanks & br, Johan. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
BTW: my system does have these files: I'm not sure why it's not found during compilation... |
Beta Was this translation helpful? Give feedback.
looks like I was able to fix it by forcing a newer version of espressif32:
my platformIO setup is a few years old - I have been playing with it a few years back, and after that never had time to go back. When I tried to compile the demo, it wasn't updating the espressif32 - that caused the missing files. (my espressif32 was aug 2021)