summaryrefslogtreecommitdiff
path: root/src/libs/lv_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/lv_conf.h')
-rw-r--r--src/libs/lv_conf.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libs/lv_conf.h b/src/libs/lv_conf.h
index 58a8593..dfec64a 100644
--- a/src/libs/lv_conf.h
+++ b/src/libs/lv_conf.h
@@ -413,9 +413,10 @@ 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(neofont0) \
- LV_FONT_DECLARE(neofont1) \
- LV_FONT_DECLARE(neofont2) \
+#define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(neofont0) \
+ LV_FONT_DECLARE(neofont1) \
+ LV_FONT_DECLARE(neofont15) \
+ LV_FONT_DECLARE(neofont2) \
LV_FONT_DECLARE(lv_font_sys_48)
/* Enable it if you have fonts with a lot of characters.