Makerfabs / ESP32-S3-Parallel-TFT-with-Touch-7inch

36 stars 11 forks source link

Which lv_conf.h file I have to make it ? #5

Open strChrisLee opened 9 months ago

strChrisLee commented 9 months ago

I installed just LVGL library.

when I build, below error is occur.

\arduino\libraries\lvgl\src/lv_conf_internal.h:59:18: fatal error: ../../lv_conf.h: No such file or directory 59 | #include "../../lv_conf.h" /Else assume lv_conf.h is next to the lvgl folder/ | ^~~~~

how can I fix it ? please help.