diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2022-02-27 12:53:06 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2022-03-08 20:34:20 (GMT) |
| commit | 13c66dd54b6ffcd3ea529457c3d5a0864ca1bdae (patch) | |
| tree | 52ddc56e6476e9de6d7c931b2779e95d98915504 /src/displayapp/fonts/lv_font_sys_48.c | |
| parent | 204ad7ca2a8bf30caee7bc9b7395001c0d720b10 (diff) | |
Further updates to font readme.
Diffstat (limited to 'src/displayapp/fonts/lv_font_sys_48.c')
| -rw-r--r-- | src/displayapp/fonts/lv_font_sys_48.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/fonts/lv_font_sys_48.c b/src/displayapp/fonts/lv_font_sys_48.c index 19f3ec2..ca007e3 100644 --- a/src/displayapp/fonts/lv_font_sys_48.c +++ b/src/displayapp/fonts/lv_font_sys_48.c @@ -311,7 +311,7 @@ lv_font_t lv_font_sys_48 = { #if !(LVGL_VERSION_MAJOR == 6 && LVGL_VERSION_MINOR == 0) .subpx = LV_FONT_SUBPX_NONE, #endif -#if LV_VERSION_CHECK(7, 4, 0) +#if LV_VERSION_CHECK(7, 4, 0) || LVGL_VERSION_MAJOR >= 8 .underline_position = 0, .underline_thickness = 0, #endif |
