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:
@@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
/*To use the built-in examples and demos of LVGL uncomment the includes below respectively.
|
/*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`.*/
|
*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 <demos/lv_demos.h>
|
||||||
//#include <lv_exampless.h>
|
//#include <examples/lv_exampless.h>
|
||||||
|
|
||||||
/*Change to your screen resolution*/
|
/*Change to your screen resolution*/
|
||||||
static const uint16_t screenWidth = 480;
|
static const uint16_t screenWidth = 480;
|
||||||
|
|||||||
Reference in New Issue
Block a user