fix compile error : 'lv_font_montserrat_14' was not declared in this scope

This commit is contained in:
marsman7 2023-08-22 22:56:27 +02:00
parent 5869f88f75
commit fff79aabab

View File

@ -758,6 +758,10 @@ typedef void* lv_font_user_data_t;
#endif #endif
#endif // LV_FONT_DEFAULT #endif // LV_FONT_DEFAULT
#ifndef LV_THEME_DEFAULT_FONT_SMALL
#define LV_THEME_DEFAULT_FONT_SMALL LV_FONT_DEFAULT
#endif
#define LV_THEME_DEFAULT_FONT_NORMAL LV_FONT_DEFAULT #define LV_THEME_DEFAULT_FONT_NORMAL LV_FONT_DEFAULT
#define LV_THEME_DEFAULT_FONT_SUBTITLE LV_FONT_DEFAULT #define LV_THEME_DEFAULT_FONT_SUBTITLE LV_FONT_DEFAULT
#define LV_THEME_DEFAULT_FONT_TITLE LV_FONT_DEFAULT #define LV_THEME_DEFAULT_FONT_TITLE LV_FONT_DEFAULT