diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-27 06:34:27 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-27 06:34:27 (GMT) |
| commit | 9ce1d4ef0bb444f67b0fab505e57e1b4e714ddf0 (patch) | |
| tree | 7c10745075c32e10da41eb30c119ed44232c432c /src/displayapp/fonts/neofont.h | |
| parent | a54a8c1d53e5b6013fde067a35e9fe4ea1201995 (diff) | |
| parent | 272e8d5daf22bd15fbdf6163b71b2ee7994e225a (diff) | |
Use neofont instead of other bitmap fonts: size reduced to 237416
Diffstat (limited to 'src/displayapp/fonts/neofont.h')
| -rw-r--r-- | src/displayapp/fonts/neofont.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/displayapp/fonts/neofont.h b/src/displayapp/fonts/neofont.h new file mode 100644 index 0000000..94d9e59 --- /dev/null +++ b/src/displayapp/fonts/neofont.h @@ -0,0 +1,19 @@ +#ifdef LV_LVGL_H_INCLUDE_SIMPLE +#include "lvgl.h" +#else +#include "lvgl/lvgl.h" +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +extern const lv_font_t neofont0; +extern const lv_font_t neofont1; +// extern const lv_font_t neofont2; +extern const lv_font_t neofont3; + +#ifdef __cplusplus +} +#endif + |
