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-27 23:30:39 (GMT) |
| commit | fc0e6f8b45571378376264954b99d626628a0dd3 (patch) | |
| tree | 5103d9af3bca938af47d12b47cd1fc2edeaaedd7 /src/libs | |
| parent | a2b714f9f8b48f85e345b7aa5b57b4cbda667ffe (diff) | |
add ing neofont15 (9x15 px)
Diffstat (limited to 'src/libs')
| -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. |
