From 3f0323192c8e84c060f38c9d5453d174005a5b32 Mon Sep 17 00:00:00 2001 From: Gabor Date: Mon, 8 May 2017 11:23:10 +0200 Subject: [PATCH] lv_conf_tmpl update --- lv_conf_temp.h => lv_conf_templ.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename lv_conf_temp.h => lv_conf_templ.h (99%) diff --git a/lv_conf_temp.h b/lv_conf_templ.h similarity index 99% rename from lv_conf_temp.h rename to lv_conf_templ.h index 993c37976..67210b97d 100644 --- a/lv_conf_temp.h +++ b/lv_conf_templ.h @@ -167,7 +167,7 @@ #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_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 /*Animation settings*/