add 8px an 10 px built in fonts

This commit is contained in:
Gabor Kiss-Vamosi
2020-09-14 10:43:14 +02:00
parent e4a1a800d1
commit de1d6b2581
29 changed files with 126 additions and 7 deletions

View File

@@ -818,6 +818,20 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h" */
/* Montserrat fonts with bpp = 4
* https://fonts.google.com/specimen/Montserrat */
#ifndef LV_FONT_MONTSERRAT_8
# ifdef CONFIG_LV_FONT_MONTSERRAT_8
# define LV_FONT_MONTSERRAT_8 CONFIG_LV_FONT_MONTSERRAT_8
# else
# define LV_FONT_MONTSERRAT_8 0
# endif
#endif
#ifndef LV_FONT_MONTSERRAT_10
# ifdef CONFIG_LV_FONT_MONTSERRAT_10
# define LV_FONT_MONTSERRAT_10 CONFIG_LV_FONT_MONTSERRAT_10
# else
# define LV_FONT_MONTSERRAT_10 0
# endif
#endif
#ifndef LV_FONT_MONTSERRAT_12
# ifdef CONFIG_LV_FONT_MONTSERRAT_12
# define LV_FONT_MONTSERRAT_12 CONFIG_LV_FONT_MONTSERRAT_12