diff --git a/examples/LVGL/v8/Porting/Porting.ino b/examples/LVGL/v8/Porting/Porting.ino index bca0a605..1993b540 100644 --- a/examples/LVGL/v8/Porting/Porting.ino +++ b/examples/LVGL/v8/Porting/Porting.ino @@ -99,7 +99,7 @@ void setup() /** * Or try out a demo. - * Don't forget to uncomment header and enable the demos in `lv_conf.h`. E.g. `LV_USE_DEMOS_WIDGETS` + * Don't forget to uncomment header and enable the demos in `lv_conf.h`. E.g. `LV_USE_DEMO_WIDGETS` */ // lv_demo_widgets(); // lv_demo_benchmark(); diff --git a/examples/PlatformIO/src/app.cpp b/examples/PlatformIO/src/app.cpp index 01622fba..0a2c1af1 100644 --- a/examples/PlatformIO/src/app.cpp +++ b/examples/PlatformIO/src/app.cpp @@ -55,7 +55,7 @@ void setup() /** * Or try out a demo. - * Don't forget to uncomment header and enable the demos in `lv_conf.h`. E.g. `LV_USE_DEMOS_WIDGETS` + * Don't forget to uncomment header and enable the demos in `lv_conf.h`. E.g. `LV_USE_DEMO_WIDGETS` */ // lv_demo_widgets(); // lv_demo_benchmark();