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 7373 ],
7474 "bpp" : 1 ,
7575 "size" : 25
76+ <<<<<<< HEAD
77+ =======
78+ },
79+ "prime" : {
80+ "sources" : [
81+ {
82+ "file" : " Karnivore.ttf" ,
83+ "symbols" : " 0123456789:"
84+ }
85+ ],
86+ "bpp" : 1 ,
87+ "size" : 85
88+ >>>>>>> faf39851 (correctly include new font)
7689 }
7790}
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