diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-27 07:27:59 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-27 07:27:59 (GMT) |
| commit | acb69aa1cc3f22e9780aabd47215aeec34b3e047 (patch) | |
| tree | 0060c3cff306e67c511534e95ecfeba1f0c3101e /src/displayapp/fonts/neofont.c | |
| parent | 8413e62eeab686fad4f3d280e4732571372088e3 (diff) | |
| parent | bedaa08f560063ce64514108d67d84a90321ad90 (diff) | |
try neofont1
Diffstat (limited to 'src/displayapp/fonts/neofont.c')
| -rw-r--r-- | src/displayapp/fonts/neofont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/fonts/neofont.c b/src/displayapp/fonts/neofont.c index e2e67e7..538b16b 100644 --- a/src/displayapp/fonts/neofont.c +++ b/src/displayapp/fonts/neofont.c @@ -532,7 +532,7 @@ static const uint8_t * neofont1_glyph_bitmap_cb(const lv_font_t * font, uint32_t } /*Describe the properties of a font*/ -const lv_font_t neofont1 = { +lv_font_t neofont1 = { .get_glyph_dsc = neofont1_glyph_dsc_cb, /*Set a callback to get info about gylphs*/ .get_glyph_bitmap = neofont1_glyph_bitmap_cb, /*Set a callback to get bitmap of a glyp*/ .line_height = 12, /*The real line height where any text fits*/ |
