File tree 5 files changed +2
-17
lines changed
5 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 30
30
#include " displayapp/screens/Weather.h"
31
31
#include " displayapp/screens/PassKey.h"
32
32
#include " displayapp/screens/Error.h"
33
- #include " displayapp/screens/Symbols.h"
34
33
35
34
#include " drivers/Cst816s.h"
36
35
#include " drivers/St7789.h"
Original file line number Diff line number Diff line change 1
1
set (FONTS jetbrains_mono_42 jetbrains_mono_76 jetbrains_mono_bold_20
2
- jetbrains_mono_extrabold_compressed lv_font_sys_48 lv_font_sys_80
2
+ jetbrains_mono_extrabold_compressed lv_font_sys_48
3
3
open_sans_light fontawesome_weathericons)
4
4
find_program (LV_FONT_CONV "lv_font_conv" NO_CACHE REQUIRED
5
5
HINTS "${CMAKE_SOURCE_DIR} /node_modules/.bin" )
Original file line number Diff line number Diff line change 64
64
"bpp" : 1 ,
65
65
"size" : 48
66
66
},
67
- "lv_font_sys_80" : {
68
- "sources" : [
69
- {
70
- "file" : " material-design-icons/MaterialIcons-Regular.ttf" ,
71
- "range" : " 0xe897"
72
- }
73
- ],
74
- "bpp" : 1 ,
75
- "size" : 80
76
- },
77
67
"fontawesome_weathericons" : {
78
68
"sources" : [
79
69
{
Original file line number Diff line number Diff line change @@ -64,9 +64,6 @@ namespace Pinetime {
64
64
65
65
static constexpr const char * flashlight = " \xEF\x80\x8B " ;
66
66
static constexpr const char * paintbrushLg = " \xEE\x90\x8A " ;
67
-
68
- // wake-up screenlock icon, from material icons
69
- static constexpr const char * lock = " \xEE\xA2\x97 " ;
70
67
}
71
68
}
72
69
}
Original file line number Diff line number Diff line change @@ -419,8 +419,7 @@ typedef void* lv_indev_drv_user_data_t; /*Type of user data in the in
419
419
LV_FONT_DECLARE(jetbrains_mono_76) \
420
420
LV_FONT_DECLARE(open_sans_light) \
421
421
LV_FONT_DECLARE(fontawesome_weathericons) \
422
- LV_FONT_DECLARE(lv_font_sys_48) \
423
- LV_FONT_DECLARE(lv_font_sys_80)
422
+ LV_FONT_DECLARE(lv_font_sys_48)
424
423
425
424
/* Enable it if you have fonts with a lot of characters.
426
425
* The limit depends on the font size, font face and bpp
You can’t perform that action at this time.
0 commit comments