lvgl / lv_demos

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

make lv_examples compatible for use with Arduino #106

Closed ataweg closed 3 years ago

ataweg commented 3 years ago

for using lvexamples as library in the Arduino ecosystem please replace #include <lv_examples/lvdemo.h> with _#include "../lvdemo.h" I thick this should also work in other environments.

kisvegabor commented 3 years ago

Thanks, fixed.

stale[bot] commented 3 years ago

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

kisvegabor commented 3 years ago

It should be fixed so I close it.