diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-26 04:36:14 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-26 04:36:14 (GMT) |
| commit | d4dd2dff355ec9fd281b3f3ed4b93cf5118e28c1 (patch) | |
| tree | 5926dcdb2b712b5e83690ebbca185b0a443b366d | |
| parent | e8b879835c2375a680cda5c51043c3c03d7481df (diff) | |
Removing unused fonts though it doesn't affect compilation size in the current setup
| -rw-r--r-- | src/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/libs/lv_conf.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6cef3e9..23e01c0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -454,8 +454,6 @@ list(APPEND SOURCE_FILES displayapp/LittleVgl.cpp displayapp/fonts/jetbrains_mono_extrabold_compressed.c displayapp/fonts/jetbrains_mono_bold_20.c - displayapp/fonts/jetbrains_mono_76.c - displayapp/fonts/jetbrains_mono_42.c displayapp/fonts/lv_font_sys_48.c displayapp/lv_pinetime_theme.c diff --git a/src/libs/lv_conf.h b/src/libs/lv_conf.h index 3170fc2..dd1b68c 100644 --- a/src/libs/lv_conf.h +++ b/src/libs/lv_conf.h @@ -415,8 +415,6 @@ typedef void* lv_indev_drv_user_data_t; /*Type of user data in the in #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(jetbrains_mono_bold_20) \ LV_FONT_DECLARE(jetbrains_mono_extrabold_compressed) \ - LV_FONT_DECLARE(jetbrains_mono_42) \ - LV_FONT_DECLARE(jetbrains_mono_76) \ LV_FONT_DECLARE(lv_font_sys_48) /* Enable it if you have fonts with a lot of characters. |
