Skip to content

Commit

Permalink
Merge pull request #527 from marsman7/master
Browse files Browse the repository at this point in the history
fix compile error : 'lv_font_montserrat_14' was not declared in this scope
  • Loading branch information
fvanroie authored Aug 22, 2023
2 parents 97c4f75 + a4d6984 commit 0e01684
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 0e01684

Please sign in to comment.