lvgl / lv_demos

Examples, tutorials and applications for the LVGL embedded GUI library

Home Page:https://lvgl.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make lv_examples compatible for use with Arduino

ataweg opened this issue · comments

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

Thanks, fixed.

commented

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.

It should be fixed so I close it.