summaryrefslogtreecommitdiff
path: root/src/displayapp/fonts/jetbrains_mono_42.c
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2022-02-27 14:30:47 +0200
committerJF <JF002@users.noreply.github.com>2022-03-08 21:34:20 +0100
commit204ad7ca2a8bf30caee7bc9b7395001c0d720b10 (patch)
tree8f1e1c4aeb39fe11c0b23448c1f74f24c0e76dd6 /src/displayapp/fonts/jetbrains_mono_42.c
parent4c92ed410f89ba398b8762384bae395ff1d344c9 (diff)
Update font readme, update fonts, add missing files
Diffstat (limited to 'src/displayapp/fonts/jetbrains_mono_42.c')
-rw-r--r--src/displayapp/fonts/jetbrains_mono_42.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/displayapp/fonts/jetbrains_mono_42.c b/src/displayapp/fonts/jetbrains_mono_42.c
index 6f25f5ab..b5218b95 100644
--- a/src/displayapp/fonts/jetbrains_mono_42.c
+++ b/src/displayapp/fonts/jetbrains_mono_42.c
@@ -61,13 +61,13 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
0xff, 0xf8,
/* U+0032 "2" */
- 0x3, 0xf8, 0x1, 0xff, 0xc0, 0x7f, 0xfe, 0x1f,
- 0x7, 0xc7, 0xc0, 0x3c, 0xf0, 0x7, 0xbc, 0x0,
+ 0x3, 0xf8, 0x1, 0xff, 0xc0, 0xff, 0xfc, 0x1f,
+ 0x7, 0xc7, 0xc0, 0x7c, 0xf0, 0x7, 0xbc, 0x0,
0x7f, 0x80, 0xf, 0xf0, 0x1, 0xe0, 0x0, 0x3c,
0x0, 0x7, 0x80, 0x1, 0xf0, 0x0, 0x3c, 0x0,
0xf, 0x80, 0x1, 0xe0, 0x0, 0x7c, 0x0, 0x1f,
- 0x0, 0x7, 0xc0, 0x1, 0xf0, 0x0, 0x7e, 0x0,
- 0xf, 0x80, 0x3, 0xe0, 0x0, 0xf8, 0x0, 0x3e,
+ 0x0, 0x7, 0xc0, 0x1, 0xf0, 0x0, 0x7c, 0x0,
+ 0x1f, 0x0, 0x3, 0xc0, 0x0, 0xf0, 0x0, 0x3e,
0x0, 0xf, 0x80, 0x3, 0xe0, 0x0, 0xf8, 0x0,
0x3e, 0x0, 0x7, 0xff, 0xfe, 0xff, 0xff, 0xdf,
0xff, 0xf8,
@@ -75,12 +75,12 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
/* U+0033 "3" */
0x7f, 0xff, 0x8f, 0xff, 0xf1, 0xff, 0xfe, 0x0,
0x3, 0xc0, 0x0, 0xf0, 0x0, 0x3c, 0x0, 0xf,
- 0x0, 0x3, 0xc0, 0x0, 0xf0, 0x0, 0x3e, 0x0,
- 0x7, 0x80, 0x1, 0xfe, 0x0, 0x3f, 0xf0, 0x7,
- 0xff, 0x0, 0x3, 0xf0, 0x0, 0x1e, 0x0, 0x3,
- 0xc0, 0x0, 0x3c, 0x0, 0x7, 0x80, 0x0, 0xf0,
+ 0x0, 0x3, 0xe0, 0x0, 0x78, 0x0, 0x1e, 0x0,
+ 0x7, 0x80, 0x1, 0xfc, 0x0, 0x3f, 0xe0, 0x7,
+ 0xfe, 0x0, 0xff, 0xe0, 0x0, 0x3e, 0x0, 0x3,
+ 0xc0, 0x0, 0x7c, 0x0, 0x7, 0x80, 0x0, 0xf0,
0x0, 0x1e, 0x0, 0x3, 0xfc, 0x0, 0x7f, 0x80,
- 0xf, 0xf0, 0x1, 0xef, 0x0, 0x79, 0xf0, 0x1f,
+ 0xf, 0xf0, 0x1, 0xff, 0x0, 0x79, 0xe0, 0x1f,
0x1f, 0x7, 0xc3, 0xff, 0xf0, 0x1f, 0xfc, 0x0,
0xfe, 0x0,
@@ -245,7 +245,7 @@ lv_font_t jetbrains_mono_42 = {
#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 = -7,
.underline_thickness = 2,
#endif