Skip to content

Commit

Permalink
Enable Montserrat font sizes 18 and 28 in lv_conf.h
Browse files Browse the repository at this point in the history
  • Loading branch information
AlixANNERAUD committed Dec 18, 2024
1 parent 5b31271 commit b9e571a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/Graphics/include/lv_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -498,12 +498,12 @@
#define LV_FONT_MONTSERRAT_12 0
#define LV_FONT_MONTSERRAT_14 1
#define LV_FONT_MONTSERRAT_16 0
#define LV_FONT_MONTSERRAT_18 0
#define LV_FONT_MONTSERRAT_18 1
#define LV_FONT_MONTSERRAT_20 0
#define LV_FONT_MONTSERRAT_22 0
#define LV_FONT_MONTSERRAT_24 0
#define LV_FONT_MONTSERRAT_26 0
#define LV_FONT_MONTSERRAT_28 0
#define LV_FONT_MONTSERRAT_28 1
#define LV_FONT_MONTSERRAT_30 0
#define LV_FONT_MONTSERRAT_32 0
#define LV_FONT_MONTSERRAT_34 0
Expand Down

0 comments on commit b9e571a

Please sign in to comment.