diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-31 10:38:44 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-31 10:39:16 (GMT) |
| commit | f0327f77c6c4f307df60866213999a031864cbea (patch) | |
| tree | f7c9af5a32f363da6c8cfd133c06f833e22a2294 /src/libs/lv_conf.h | |
| parent | 71f3c208e0a4547478d4380a4fba6445050da187 (diff) | |
remove lv_font_sys
Diffstat (limited to 'src/libs/lv_conf.h')
| -rw-r--r-- | src/libs/lv_conf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/lv_conf.h b/src/libs/lv_conf.h index 6b46811..3a20c5b 100644 --- a/src/libs/lv_conf.h +++ b/src/libs/lv_conf.h @@ -413,8 +413,7 @@ typedef void* lv_indev_drv_user_data_t; /*Type of user data in the in * LV_FONT_DECLARE(my_font_2) */ -#define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(neofont15) \ - LV_FONT_DECLARE(lv_font_sys_48) +#define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(neofont15) /* Enable it if you have fonts with a lot of characters. * The limit depends on the font size, font face and bpp |
