From beb6b59889955c490e7136979b93ea371ff6db01 Mon Sep 17 00:00:00 2001 From: matmemo <33166560+matmemo@users.noreply.github.com> Date: Sun, 24 Dec 2017 11:36:05 +0100 Subject: [PATCH] Add letter U+0111 to FONT_6x8 (#176) --- workspace/TS100/inc/Font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/TS100/inc/Font.h b/workspace/TS100/inc/Font.h index 61939a18..c22cc8fb 100644 --- a/workspace/TS100/inc/Font.h +++ b/workspace/TS100/inc/Font.h @@ -909,7 +909,7 @@ const uint8_t FONT_6x8[] = { 0x7c, 0x45, 0x46, 0x29, 0x10, 0x00, // 206: 'Ď' U+010e (utf-8: c4 8e) 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 207: 'ď' U+010f (utf-8: c4 8f) 0x08, 0x7f, 0x49, 0x22, 0x1c, 0x00, // 208: 'Đ' U+0110 (utf-8: c4 90) - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 209: 'đ' U+0111 (utf-8: c4 91) + 0x38, 0x44, 0x44, 0x4A, 0x7F, 0x00, // 209: 'đ' U+0111 (utf-8: c4 91) 0x7c, 0x55, 0x55, 0x55, 0x44, 0x00, // 210: 'Ē' U+0112 (utf-8: c4 92) 0x38, 0x55, 0x55, 0x55, 0x08, 0x00, // 211: 'ē' U+0113 (utf-8: c4 93) 0x7c, 0x55, 0x56, 0x55, 0x44, 0x00, // 212: 'Ĕ' U+0114 (utf-8: c4 94)