Skip to content

Commit

Permalink
fix compile error : 'lv_font_montserrat_14' was not declared in this …
Browse files Browse the repository at this point in the history
…scope
  • Loading branch information
marsman7 committed Aug 22, 2023
1 parent 5869f88 commit fff79aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/lv_conf_v7.h
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,10 @@ typedef void* lv_font_user_data_t;
#endif
#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_SUBTITLE LV_FONT_DEFAULT
#define LV_THEME_DEFAULT_FONT_TITLE LV_FONT_DEFAULT
Expand Down

0 comments on commit fff79aa

Please sign in to comment.