diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-27 23:30:39 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-30 20:28:05 (GMT) |
| commit | 2c75c4575c8e16da7a46ed75f952d20e703bd70f (patch) | |
| tree | d1231abb3e26898db9517e1103e04dcee0eca347 /src/libs/lv_conf.h | |
| parent | 022d01608d80ba0338b173c3f0e07069f6333a92 (diff) | |
Add neofont15
Diffstat (limited to 'src/libs/lv_conf.h')
| -rw-r--r-- | src/libs/lv_conf.h | 7 |
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. |
