diff options
author | Mohammed Aslam <aslampr07@outlook.com> | 2024-07-05 03:47:08 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 00:17:08 +0200 |
commit | 382f5f1ef1faa6ee3bcf68d921dc67669fca8562 (patch) | |
tree | f4aed9077f02528f5c81918ef799e819d0bcb27a /examples/arduino/LVGL_Arduino | |
parent | f5443d2fd26f2ddbd2a19736e7c861c48d68ab84 (diff) | |
download | lvgl-382f5f1ef1faa6ee3bcf68d921dc67669fca8562.tar.gz lvgl-382f5f1ef1faa6ee3bcf68d921dc67669fca8562.zip |
chore(examples): fixes a typo in the Arduino example (#6464)
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 c8c32f915..86048d296 100644 --- a/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino +++ b/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino @@ -123,7 +123,7 @@ void setup() lv_example_btn_1(); - * Or try out a demo. Don't forget to enable the demos in lv_conf.h. E.g. LV_USE_DEMOS_WIDGETS + * Or try out a demo. Don't forget to enable the demos in lv_conf.h. E.g. LV_USE_DEMO_WIDGETS * ------------------------------------------------------------------------------------------- lv_demo_widgets(); |