lvgl / lv_drivers

TFT and touch pad drivers for LVGL embedded GUI library
https://docs.lvgl.io/master/porting/index.html
MIT License
290 stars 309 forks source link

in windows,cmake is error #314

Open xinsuinizhuan opened 1 month ago

xinsuinizhuan commented 1 month ago

the lv_drv_conf.h need ../../lv_drv_conf.h, but only have the ../lv_drv_conf.h to install is error, to loop create the path inlcude/install not stop

kisvegabor commented 3 weeks ago

How to reproduce this error?

xinsuinizhuan commented 1 week ago

How to reproduce this error?

in windwos use the cmake make the cmakelist, then compile by vs2019

kisvegabor commented 1 week ago

I'm a Linux guy, cannot comment on vs2019 :slightly_frowning_face:

xinsuinizhuan commented 1 week ago

in linux,run make install, could generate the all install files(include lib bin)?

kisvegabor commented 1 week ago

Ah, just realized that it's about lv_drivers. It seems you shall to create an lv_drv_conf.h file too where you enable the drievrs you need.

Note that this repo will be archived soon.