Xinyuan-LilyGO / T-QT

MIT License
94 stars 31 forks source link

Missing lv_conf.h #12

Closed tyeth closed 1 year ago

tyeth commented 1 year ago

Hi, I just happened to luckily buy the T-Display-S3 at the same time as the T-QT. The T-Display repo has the lv_conf.h in the lib folder, which is missing from this repo.

Error message was:

**TRUNCATED**libraries/lvgl/src/../src/misc/../lv_conf_internal.h:41:18: fatal error: ../../lv_conf.h: No such file or directory
         #include "../../lv_conf.h"                /*Else assume lv_conf.h is next to the lvgl folder*/
LilyGO commented 1 year ago

https://github.com/Xinyuan-LilyGO/T-QT/blob/main/lib/lvgl/lv_conf.h Documentation is here. Please drag this file to the same level as lvgl.

LilyGO commented 1 year ago

Problem has been resolved.