remove dead link from lv_Conf_template.h

This commit is contained in:
Gabor Kiss-Vamosi
2021-04-02 09:48:02 +02:00
parent b22aa1497b
commit e97810c966
2 changed files with 3 additions and 5 deletions

View File

@@ -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

View File

@@ -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