diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-28 14:24:49 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-29 21:27:27 (GMT) |
| commit | 20c50a32535a26257009d11a72bf884fec7df482 (patch) | |
| tree | 2ee9dc7be8ab902a9882e248316957585cd46ce4 | |
| parent | 0e6a7b60ff23835bfec9ceda6432ed407e7c0bf1 (diff) | |
src/displayapp/fonts/lv_font_sys_48.c
| -rw-r--r-- | src/displayapp/fonts/lv_font_sys_48.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/displayapp/fonts/lv_font_sys_48.c b/src/displayapp/fonts/lv_font_sys_48.c index ca007e3..dfde9ab 100644 --- a/src/displayapp/fonts/lv_font_sys_48.c +++ b/src/displayapp/fonts/lv_font_sys_48.c @@ -299,11 +299,7 @@ static lv_font_fmt_txt_dsc_t font_dsc = { *----------------*/ /*Initialize a public general font descriptor*/ -#if LV_VERSION_CHECK(8, 0, 0) const lv_font_t lv_font_sys_48 = { -#else -lv_font_t lv_font_sys_48 = { -#endif .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/ .get_glyph_bitmap = lv_font_get_bitmap_fmt_txt, /*Function pointer to get glyph's bitmap*/ .line_height = 46, /*The maximum line height required by the font*/ |
