rzeldent / esp32-smartdisplay-demo

Demo project for esp32-smartdisplay
GNU General Public License v3.0
72 stars 26 forks source link

Compile error on Platformio board esp32-8048S070C #45

Open Ju1ien opened 1 day ago

Ju1ien commented 1 day ago

Hi, I'm trying to compile with no success. I have cloned the repo and enabled the right board in the .ini file

default_envs = esp32-8048S070C

When I compile, i always get the same error: `.pio/libdeps/esp32-8048S070C/lvgl/src/drivers/display/tft_espi/../../../display/../draw/../misc/../font/../misc/cache/../../osal/lv_os.h:20:10: fatal error: ../lv_conf_internal.h: No such file or directory

include "../lv_conf_internal.h"`

The file is located in the folder esp32-smartdisplay-demo.pio\libdeps\esp32-8048S070C\lvgl\src If I open the file lv_os.h, there is no error and the link to the #include "../lv_conf_internal.h" is correct.

Any idea what is going wrong? Thanks! Julien

Ju1ien commented 1 day ago

Well, issue is fixed by moving the project folder to a shorter and no-space path, exemple: C:\pio\esp32-smartdisplay-demo Issue is more linked to PIO than your code. Thanks again for sharing this, very usefull starting point! I plan on coding with EEZ studio instead of Squareline, do you have any working example or is the same principle (copy ui folder)?