aboutsummaryrefslogtreecommitdiff
path: root/examples/arduino/LVGL_Arduino
diff options
context:
space:
mode:
authorGabor Kiss-Vamosi <kisvegabor@gmail.com>2023-02-04 17:40:26 +0100
committerGabor Kiss-Vamosi <kisvegabor@gmail.com>2023-02-04 17:40:52 +0100
commit801d776e78395bf475f824049b05965085278334 (patch)
tree641086e14c07cdfc6041ee915f9dc342e304f80b /examples/arduino/LVGL_Arduino
parent76547db1d78da561991a541b41dd8d5652ddeb86 (diff)
downloadlvgl-801d776e78395bf475f824049b05965085278334.tar.gz
lvgl-801d776e78395bf475f824049b05965085278334.zip
fix(arduino): fix the include path of the demos and examples
related to https://github.com/lvgl/lvgl/issues/3166#issuecomment-1412105482
Diffstat (limited to 'examples/arduino/LVGL_Arduino')
-rw-r--r--examples/arduino/LVGL_Arduino/LVGL_Arduino.ino4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino b/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino
index 7f7a9b1ad..500b82099 100644
--- a/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino
+++ b/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino
@@ -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;