From e97810c96600bb2827c716170733f182469d6f53 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 2 Apr 2021 09:48:02 +0200 Subject: [PATCH] remove dead link from lv_Conf_template.h --- lv_conf_template.h | 3 +-- src/lv_conf_internal.h | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/lv_conf_template.h b/lv_conf_template.h index b131763cc..0a493bc12 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -293,8 +293,7 @@ typedef void * lv_user_data_t; #define LV_FONT_DEJAVU_16_PERSIAN_HEBREW 0 /*Hebrew, Arabic, Perisan letters and all their forms*/ #define LV_FONT_SIMSUN_16_CJK 0 /*1000 most common CJK radicals*/ -/*Pixel perfect monospace fonts - *http://pelulamu.net/unscii/*/ +/*Pixel perfect monospace fonts*/ #define LV_FONT_UNSCII_8 0 #define LV_FONT_UNSCII_16 0 diff --git a/src/lv_conf_internal.h b/src/lv_conf_internal.h index 226f95b52..e6b13bbdc 100644 --- a/src/lv_conf_internal.h +++ b/src/lv_conf_internal.h @@ -881,8 +881,7 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/ # endif #endif -/*Pixel perfect monospace fonts - *http://pelulamu.net/unscii/*/ +/*Pixel perfect monospace fonts*/ #ifndef LV_FONT_UNSCII_8 # ifdef CONFIG_LV_FONT_UNSCII_8 # define LV_FONT_UNSCII_8 CONFIG_LV_FONT_UNSCII_8 @@ -1411,7 +1410,7 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/ # ifdef CONFIG_LV_THEME_DEFAULT_GROW # define LV_THEME_DEFAULT_GROW CONFIG_LV_THEME_DEFAULT_GROW # else -# define LV_THEME_DEFAULT_GROW 1 +# define LV_THEME_DEFAULT_GROW 1 # endif #endif