1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

lv_conf_tmpl update

This commit is contained in:
Gabor 2017-05-08 11:23:10 +02:00
parent 2abc9b214b
commit 3f0323192c

View File

@ -167,7 +167,7 @@
#define LV_APP_SC_WIDTH (LV_HOR_RES / 4) /*Shortcut width*/ #define LV_APP_SC_WIDTH (LV_HOR_RES / 4) /*Shortcut width*/
#define LV_APP_SC_HEIGHT (LV_VER_RES / 3) /*Shortcut height*/ #define LV_APP_SC_HEIGHT (LV_VER_RES / 3) /*Shortcut height*/
#define LV_APP_FONT_SMALL FONT_DEJAVU_20 #define LV_APP_FONT_SMALL FONT_DEJAVU_20
#define LV_APP_FONT_MEDIUM LV_FONT_DEFAULT #define LV_APP_FONT_MEDIUM FONT_DEFAULT
#define LV_APP_FONT_LARGE FONT_DEJAVU_40 #define LV_APP_FONT_LARGE FONT_DEJAVU_40
/*Animation settings*/ /*Animation settings*/