lvgl / lv_demos

Examples, tutorials and applications for the LVGL embedded GUI library
https://lvgl.io
488 stars 366 forks source link

error with lv_examples.h in arduino #114

Closed fairytail655 closed 3 years ago

fairytail655 commented 3 years ago

After including library "lv_examples"(v8.1.0) in Arduino IDE, I compiled my stretch, the following error occurred.

fatal error: lv_examples.h: No such file or directory

I think there is a bug in file "library.properties". "includes=lv_examples.h" should be replaced with "includes=lv_demo.h".

kisvegabor commented 3 years ago

Thanks, I fixed it in master: https://github.com/lvgl/lv_demos/commit/4124ff63d032d24848de1230037034b66d56bd60