From 85c022e1e73a5bfbf54afcc2a2c410899e8a3665 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 5 Oct 2018 10:38:49 +0200 Subject: [PATCH] lv_conf_templ.h minor updates --- lv_conf_templ.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/lv_conf_templ.h b/lv_conf_templ.h index 7ac4af590..3efe8293b 100644 --- a/lv_conf_templ.h +++ b/lv_conf_templ.h @@ -3,7 +3,11 @@ * */ -#if 0 /*Remove this to enable the content (Delete the last #endif too!)*/ +/* + * COPY THIS FILE AS lv_conf.h + */ + +#if 0 /*Set it to "1" to enable content*/ #ifndef LV_CONF_H #define LV_CONF_H @@ -51,7 +55,7 @@ #define LV_ANTIALIAS 1 /*1: Enable anti-aliasing*/ /*Screen refresh settings*/ -#define LV_REFR_PERIOD 50 /*Screen refresh period in milliseconds*/ +#define LV_REFR_PERIOD 30 /*Screen refresh period in milliseconds*/ #define LV_INV_FIFO_SIZE 32 /*The average count of objects on a screen */ /*================= @@ -159,8 +163,8 @@ #define USE_LV_FONT_MONOSPACE_8 0 /* Optionally declare your custom fonts here. - * You can use these fonts as defult font too - * and they will be avialale globally. E.g. + * You can use these fonts as default font too + * and they will be available globally. E.g. * #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(my_font_1) \ * LV_FONT_DECLARE(my_font_2) \ */