diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2022-02-28 23:09:48 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2022-03-08 20:34:20 (GMT) |
| commit | 61a9a97e267799f76c64279887a9845d4760a77c (patch) | |
| tree | 05bab7ad4b3256e1fe22be17c043951e297c432f /src/displayapp/fonts/lv_font_navi_80.c | |
| parent | 04d21dcd932c7e75b2d45314b2f68d9ba91c5d68 (diff) | |
Update navigation font readme section
Diffstat (limited to 'src/displayapp/fonts/lv_font_navi_80.c')
| -rw-r--r-- | src/displayapp/fonts/lv_font_navi_80.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/fonts/lv_font_navi_80.c b/src/displayapp/fonts/lv_font_navi_80.c index d5a8400..8fd3979 100644 --- a/src/displayapp/fonts/lv_font_navi_80.c +++ b/src/displayapp/fonts/lv_font_navi_80.c @@ -2623,7 +2623,7 @@ lv_font_t lv_font_navi_80 = { #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 |
