diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2022-02-27 12:30:47 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2022-03-08 20:34:20 (GMT) |
| commit | 204ad7ca2a8bf30caee7bc9b7395001c0d720b10 (patch) | |
| tree | 8f1e1c4aeb39fe11c0b23448c1f74f24c0e76dd6 /src/displayapp/fonts/open_sans_light.c | |
| parent | 4c92ed410f89ba398b8762384bae395ff1d344c9 (diff) | |
Update font readme, update fonts, add missing files
Diffstat (limited to 'src/displayapp/fonts/open_sans_light.c')
| -rw-r--r-- | src/displayapp/fonts/open_sans_light.c | 2 |
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 |
