summaryrefslogtreecommitdiff
path: root/src/displayapp/fonts/open_sans_light.c
diff options
context:
space:
mode:
authorMax Friedrich <minacode@users.noreply.github.com>2022-04-18 22:40:29 (GMT)
committerGitHub <noreply@github.com>2022-04-18 22:40:29 (GMT)
commitf84a0a38972e6b6d9a537dc9de2e2c416312f882 (patch)
tree3ce9dab83f8b6af8e9df1c8d3aa0219f5a67acbe /src/displayapp/fonts/open_sans_light.c
parenta1db9fca136493eef38e536abaa660dd6ce23e57 (diff)
parented91b5a9981898078ad8e4cf105b5d52c7b63dfe (diff)
Merge branch 'develop' into remove-nm-reference
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 15f0ddf..84b7869 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