update lvgl demo

This commit is contained in:
supowang
2019-10-12 16:54:39 +08:00
parent 3260ba3161
commit d6fef329f5
4 changed files with 26 additions and 9 deletions

View File

@@ -21,7 +21,7 @@
/*******************
* TEST USAGE
*******************/
#define LV_USE_TESTS 0
#define LV_USE_TESTS 1
/*******************
* TUTORIAL USAGE
@@ -35,7 +35,7 @@
/* Test the graphical performance of your MCU
* with different settings*/
#define LV_USE_BENCHMARK 0
#define LV_USE_BENCHMARK 1
/*A demo application with Keyboard, Text area, List and Chart
* placed on Tab view */
@@ -46,13 +46,13 @@
#endif
/*MCU and memory usage monitoring*/
#define LV_USE_SYSMON 0
#define LV_USE_SYSMON 1
/*A terminal to display received characters*/
#define LV_USE_TERMINAL 0
#define LV_USE_TERMINAL 1
/*Touch pad calibration with 4 points*/
#define LV_USE_TPCAL 0
#define LV_USE_TPCAL 1
#endif /*LV_EX_CONF_H*/