Skip to content

Commit 9e0d1d9

Browse files
authored
config: add montserrat_24 font to pass MicroPython CI build and tests (#328)
* Update LVGL config: disable some components to decrease firmware size * Update LVGL config: allow enabling some configs * config: add montserrat_24 font to pass MicroPython CI build and tests
1 parent 24cf9ca commit 9e0d1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lv_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ extern void mp_lv_init_gc();
389389
#define LV_FONT_MONTSERRAT_18 0
390390
#define LV_FONT_MONTSERRAT_20 0
391391
#define LV_FONT_MONTSERRAT_22 0
392-
#define LV_FONT_MONTSERRAT_24 0
392+
#define LV_FONT_MONTSERRAT_24 1
393393
#define LV_FONT_MONTSERRAT_26 0
394394
#define LV_FONT_MONTSERRAT_28 0
395395
#define LV_FONT_MONTSERRAT_30 0

0 commit comments

Comments
 (0)