Skip to content

Commit a369ec5

Browse files
authored
fix(examples): fix LV_USE_DEMO_WIDGETS typo by @lboue (#98)
* LV_USE_DEMO_WIDGETS typo * LV_USE_DEMO_WIDGETS typo
1 parent 9d1cc1e commit a369ec5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/LVGL/v8/Porting/Porting.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void setup()
9999

100100
/**
101101
* Or try out a demo.
102-
* Don't forget to uncomment header and enable the demos in `lv_conf.h`. E.g. `LV_USE_DEMOS_WIDGETS`
102+
* Don't forget to uncomment header and enable the demos in `lv_conf.h`. E.g. `LV_USE_DEMO_WIDGETS`
103103
*/
104104
// lv_demo_widgets();
105105
// lv_demo_benchmark();

examples/PlatformIO/src/app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void setup()
5555

5656
/**
5757
* Or try out a demo.
58-
* Don't forget to uncomment header and enable the demos in `lv_conf.h`. E.g. `LV_USE_DEMOS_WIDGETS`
58+
* Don't forget to uncomment header and enable the demos in `lv_conf.h`. E.g. `LV_USE_DEMO_WIDGETS`
5959
*/
6060
// lv_demo_widgets();
6161
// lv_demo_benchmark();

0 commit comments

Comments
 (0)