fix(arduino): fix the include path of the demos and examples

related to https://github.com/lvgl/lvgl/issues/3166#issuecomment-1412105482
This commit is contained in:
Gabor Kiss-Vamosi
2023-02-04 17:40:26 +01:00
parent 76547db1d7
commit 801d776e78

View File

@@ -6,8 +6,8 @@
/*To use the built-in examples and demos of LVGL uncomment the includes below respectively.
*You also need to copy `lvgl/examples` to `lvgl/src/examples`. Similarly for the demos `lvgl/demos` to `lvgl/src/demos`.*/
//#include <lv_demos.h>
//#include <lv_exampless.h>
//#include <demos/lv_demos.h>
//#include <examples/lv_exampless.h>
/*Change to your screen resolution*/
static const uint16_t screenWidth = 480;