summaryrefslogtreecommitdiff
path: root/src/displayapp/fonts/lv_font_sys_48.c
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-03-30 20:16:02 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-03-30 20:16:02 (GMT)
commit8166dd9fc6c16b10bfc0fc86d1f28fdf763cf784 (patch)
treebe01557bdeaaa9240d61eb536fd56f5646e32cd6 /src/displayapp/fonts/lv_font_sys_48.c
parent7a49651b778b8d5e9208e1d845fe309c1158670f (diff)
font adjustments
Diffstat (limited to 'src/displayapp/fonts/lv_font_sys_48.c')
-rw-r--r--src/displayapp/fonts/lv_font_sys_48.c4
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*/