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 /src/libs/lv_conf.h | |
| parent | e8b879835c2375a680cda5c51043c3c03d7481df (diff) | |
Removing unused fonts though it doesn't affect compilation size in the current setup
Diffstat (limited to 'src/libs/lv_conf.h')
| -rw-r--r-- | src/libs/lv_conf.h | 2 |
1 files changed, 0 insertions, 2 deletions
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. |
