Xinyuan-LilyGO / T-QT

MIT License
94 stars 31 forks source link

../../lv_conf.h: No such file or directory #3

Closed Sarah-C closed 1 year ago

Sarah-C commented 1 year ago

I've just run the "factory" example... and I get this:

        from C:\Users\sarah\Documents\Arduino\sketches\T-QT\factory\factory.ino:5:

c:\users\sarah\documents\arduino\libraries\lvgl\src\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/

^~~~~ compilation terminated.

Sarah-C commented 1 year ago

Ah, I used the current lv library, I copied the one supplied in this code and it works fine.