diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-05-11 19:50:02 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-05-11 19:50:02 (GMT) |
| commit | 025f900833838f9312a78ed7422b9f36a4e58300 (patch) | |
| tree | a233e0a25956ad456344cf2a009f9f0df0f6c9fe /src/libs/lv_conf.h | |
| parent | 3e4591261603a342e1acef1ba36a55bc3c744d77 (diff) | |
Fix font for terminal watchface
Diffstat (limited to 'src/libs/lv_conf.h')
| -rw-r--r-- | src/libs/lv_conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/lv_conf.h b/src/libs/lv_conf.h index eece755..ff38aec 100644 --- a/src/libs/lv_conf.h +++ b/src/libs/lv_conf.h @@ -416,6 +416,7 @@ typedef void* lv_indev_drv_user_data_t; /*Type of user data in the in #define LV_FONT_CUSTOM_DECLARE LV_FONT_DECLARE(neofont0) \ LV_FONT_DECLARE(neofont1) \ LV_FONT_DECLARE(neofont15) \ + LV_FONT_DECLARE(neofont15mono) \ LV_FONT_DECLARE(neofont2) \ LV_FONT_DECLARE(neofont3) |
