diff options
author | Gabor Kiss-Vamosi <kisvegabor@gmail.com> | 2023-02-04 17:41:42 +0100 |
---|---|---|
committer | Gabor Kiss-Vamosi <kisvegabor@gmail.com> | 2023-02-04 17:41:42 +0100 |
commit | b9b55a9eed0cb94a4ffc2cf3ad709e1cdb89ee9f (patch) | |
tree | e8bd52de839d9d01203e61ebaaa752ec0fb2ccc9 /examples/arduino/LVGL_Arduino | |
parent | 801d776e78395bf475f824049b05965085278334 (diff) | |
download | lvgl-b9b55a9eed0cb94a4ffc2cf3ad709e1cdb89ee9f.tar.gz lvgl-b9b55a9eed0cb94a4ffc2cf3ad709e1cdb89ee9f.zip |
fix(arduino): fix typo
Diffstat (limited to 'examples/arduino/LVGL_Arduino')
-rw-r--r-- | examples/arduino/LVGL_Arduino/LVGL_Arduino.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino b/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino index 500b82099..cdac054d9 100644 --- a/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino +++ b/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino @@ -7,7 +7,7 @@ /*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 <demos/lv_demos.h> -//#include <examples/lv_exampless.h> +//#include <examples/lv_examples.h> /*Change to your screen resolution*/ static const uint16_t screenWidth = 480; |