Projet Station Domotique MONTEIRO Lenny

Dependencies:   BSP_DISCO_F746NG ds3231

Committer:
JohnnyK
Date:
Tue Jun 15 19:35:57 2021 +0000
Revision:
5:071136c3eefa
Update to MbedOS6.11 and LVGL 8

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JohnnyK 5:071136c3eefa 1 /**
JohnnyK 5:071136c3eefa 2 * @file lv_demo_conf.h
JohnnyK 5:071136c3eefa 3 * Configuration file for v8.0.0
JohnnyK 5:071136c3eefa 4 *
JohnnyK 5:071136c3eefa 5 */
JohnnyK 5:071136c3eefa 6 /*
JohnnyK 5:071136c3eefa 7 * COPY THIS FILE AS lv_demo_conf.h
JohnnyK 5:071136c3eefa 8 */
JohnnyK 5:071136c3eefa 9
JohnnyK 5:071136c3eefa 10 #if 1 /*Set it to "1" to enable the content*/
JohnnyK 5:071136c3eefa 11
JohnnyK 5:071136c3eefa 12 #ifndef LV_EX_CONF_H
JohnnyK 5:071136c3eefa 13 #define LV_EX_CONF_H
JohnnyK 5:071136c3eefa 14
JohnnyK 5:071136c3eefa 15
JohnnyK 5:071136c3eefa 16 /*******************
JohnnyK 5:071136c3eefa 17 * GENERAL SETTING
JohnnyK 5:071136c3eefa 18 *******************/
JohnnyK 5:071136c3eefa 19 #define LV_EX_PRINTF 0 /*Enable printf-ing data in demoes and examples*/
JohnnyK 5:071136c3eefa 20 #define LV_EX_KEYBOARD 0 /*Add PC keyboard support to some examples (`lv_drivers` repository is required)*/
JohnnyK 5:071136c3eefa 21 #define LV_EX_MOUSEWHEEL 0 /*Add 'encoder' (mouse wheel) support to some examples (`lv_drivers` repository is required)*/
JohnnyK 5:071136c3eefa 22
JohnnyK 5:071136c3eefa 23 /*********************
JohnnyK 5:071136c3eefa 24 * DEMO USAGE
JohnnyK 5:071136c3eefa 25 *********************/
JohnnyK 5:071136c3eefa 26
JohnnyK 5:071136c3eefa 27 /*Show some widget*/
JohnnyK 5:071136c3eefa 28 #define LV_USE_DEMO_WIDGETS 1
JohnnyK 5:071136c3eefa 29 #if LV_USE_DEMO_WIDGETS
JohnnyK 5:071136c3eefa 30 #define LV_DEMO_WIDGETS_SLIDESHOW 0
JohnnyK 5:071136c3eefa 31 #endif
JohnnyK 5:071136c3eefa 32
JohnnyK 5:071136c3eefa 33 /*Printer demo, optimized for 800x480*/
JohnnyK 5:071136c3eefa 34 #define LV_USE_DEMO_PRINTER 0
JohnnyK 5:071136c3eefa 35
JohnnyK 5:071136c3eefa 36 /*Demonstrate the usage of encoder and keyboard*/
JohnnyK 5:071136c3eefa 37 #define LV_USE_DEMO_KEYPAD_AND_ENCODER 0
JohnnyK 5:071136c3eefa 38
JohnnyK 5:071136c3eefa 39 /*Benchmark your system*/
JohnnyK 5:071136c3eefa 40 #define LV_USE_DEMO_BENCHMARK 0
JohnnyK 5:071136c3eefa 41
JohnnyK 5:071136c3eefa 42 /*Stress test for LVGL*/
JohnnyK 5:071136c3eefa 43 #define LV_USE_DEMO_STRESS 0
JohnnyK 5:071136c3eefa 44
JohnnyK 5:071136c3eefa 45 /*Music player demo*/
JohnnyK 5:071136c3eefa 46 #define LV_USE_DEMO_MUSIC 0
JohnnyK 5:071136c3eefa 47 #if LV_USE_DEMO_MUSIC
JohnnyK 5:071136c3eefa 48 # define LV_DEMO_MUSIC_LANDSCAPE 0
JohnnyK 5:071136c3eefa 49 # define LV_DEMO_MUSIC_LARGE 0
JohnnyK 5:071136c3eefa 50 #define LV_DEMO_MUSIC_AUTO_PLAY 0
JohnnyK 5:071136c3eefa 51 #endif
JohnnyK 5:071136c3eefa 52
JohnnyK 5:071136c3eefa 53 #endif /*LV_EX_CONF_H*/
JohnnyK 5:071136c3eefa 54
JohnnyK 5:071136c3eefa 55 #endif /*End of "Content enable"*/
JohnnyK 5:071136c3eefa 56