update lv_conf_template

This commit is contained in:
Gabor Kiss-Vamosi
2021-02-26 16:12:30 +01:00
parent 87cee2f72b
commit 0493a9aebd
2 changed files with 12 additions and 0 deletions

View File

@@ -836,6 +836,15 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h" */
# endif
#endif
/*Always set a default font*/
#ifndef LV_FONT_DEFAULT
# ifdef CONFIG_LV_FONT_DEFAULT
# define LV_FONT_DEFAULT CONFIG_LV_FONT_DEFAULT
# else
# define LV_FONT_DEFAULT &lv_font_montserrat_14
# endif
#endif
/* Enable handling large font and/or fonts with a lot of characters.
* The limit depends on the font size, font face and bpp.
* Compiler error will be triggered if a font needs it.*/