Skip to content

Commit ab60835

Browse files
committed
Enable more fonts in lv_conf.h
1 parent 6ffd682 commit ab60835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lvgl/src/lv_conf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,8 @@
603603

604604
/* Montserrat fonts with ASCII range and some symbols using bpp = 4
605605
* https://fonts.google.com/specimen/Montserrat */
606-
#define LV_FONT_MONTSERRAT_8 0
607-
#define LV_FONT_MONTSERRAT_10 0
606+
#define LV_FONT_MONTSERRAT_8 1
607+
#define LV_FONT_MONTSERRAT_10 1
608608
#define LV_FONT_MONTSERRAT_12 0
609609
#define LV_FONT_MONTSERRAT_14 1
610610
#define LV_FONT_MONTSERRAT_16 0

0 commit comments

Comments
 (0)