File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11set (FONTS jetbrains_mono_42 jetbrains_mono_76 jetbrains_mono_bold_20
22 jetbrains_mono_extrabold_compressed lv_font_sys_48
3- open_sans_light fontawesome_weathericons)
3+ open_sans_light fontawesome_weathericons prime )
44find_program (LV_FONT_CONV "lv_font_conv" NO_CACHE REQUIRED
55 HINTS "${CMAKE_SOURCE_DIR} /node_modules/.bin" )
66message (STATUS "Using ${LV_FONT_CONV} to generate font files" )
Original file line number Diff line number Diff line change 8282 }
8383 ],
8484 "bpp" : 1 ,
85- "size" : 95
85+ "size" : 85
8686 }
8787}
Original file line number Diff line number Diff line change @@ -419,7 +419,8 @@ typedef void* lv_indev_drv_user_data_t; /*Type of user data in the in
419419 LV_FONT_DECLARE(jetbrains_mono_76) \
420420 LV_FONT_DECLARE(open_sans_light) \
421421 LV_FONT_DECLARE(fontawesome_weathericons) \
422- LV_FONT_DECLARE(lv_font_sys_48)
422+ LV_FONT_DECLARE(lv_font_sys_48) \
423+ LV_FONT_DECLARE(prime)
423424
424425/* Enable it if you have fonts with a lot of characters.
425426 * The limit depends on the font size, font face and bpp
You can’t perform that action at this time.
0 commit comments