summaryrefslogtreecommitdiff
path: root/src/displayapp/fonts/open_sans_light.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/fonts/open_sans_light.c')
-rw-r--r--src/displayapp/fonts/open_sans_light.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/fonts/open_sans_light.c b/src/displayapp/fonts/open_sans_light.c
index 15f0ddf6..84b78690 100644
--- a/src/displayapp/fonts/open_sans_light.c
+++ b/src/displayapp/fonts/open_sans_light.c
@@ -1248,7 +1248,7 @@ lv_font_t open_sans_light = {
#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 = -11,
.underline_thickness = 7,
#endif