diff options
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 |
