From 4957544fcfe3403e7142921518d64cc57e5f395e Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Tue, 24 Jan 2023 15:54:06 +0100 Subject: [PATCH] =?UTF-8?q?Change=20=F0=9F=97=98=20to=20=F0=9F=94=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Firmware/Fonts/FontGen.py | 2 +- Firmware/Fonts/FontTable.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Firmware/Fonts/FontGen.py b/Firmware/Fonts/FontGen.py index f9db38460..61fc47ebd 100644 --- a/Firmware/Fonts/FontGen.py +++ b/Firmware/Fonts/FontGen.py @@ -18,7 +18,7 @@ fontTable = [ CustomCharacter('ยฐ', 0x81, '\\xdf'), CustomCharacter('๐ŸŒก', 0x82, 'h'), CustomCharacter('โฌ', 0x83, '^'), - CustomCharacter('๐Ÿ—˜', 0x84, '\\xf3'), + CustomCharacter('๐Ÿ”ƒ', 0x84, '\\xf3'), CustomCharacter('๐Ÿ—€', 0x85, '\\xdb'), CustomCharacter('ยป', 0x86, '>'), CustomCharacter('๐Ÿ•‘', 0x87, '\\xe5'), diff --git a/Firmware/Fonts/FontTable.h b/Firmware/Fonts/FontTable.h index 632496913..f19781f17 100644 --- a/Firmware/Fonts/FontTable.h +++ b/Firmware/Fonts/FontTable.h @@ -2,7 +2,7 @@ {{0x0C, 0x12, 0x12, 0x0C, 0x00, 0x00, 0x00, 0x00, }, '\xdf'}, // 'ยฐ' {{0x04, 0x0A, 0x0A, 0x0A, 0x0A, 0x11, 0x11, 0x0E, }, 'h'}, // '๐ŸŒก' {{0x04, 0x0E, 0x1F, 0x04, 0x1C, 0x00, 0x00, 0x00, }, '^'}, // 'โฌ' -{{0x00, 0x06, 0x19, 0x18, 0x03, 0x13, 0x0C, 0x00, }, '\xf3'}, // '๐Ÿ—˜' +{{0x00, 0x06, 0x19, 0x18, 0x03, 0x13, 0x0C, 0x00, }, '\xf3'}, // '๐Ÿ”ƒ' {{0x00, 0x1C, 0x1F, 0x11, 0x11, 0x1F, 0x00, 0x00, }, '\xdb'}, // '๐Ÿ—€' {{0x00, 0x04, 0x12, 0x09, 0x12, 0x04, 0x00, 0x00, }, '>'}, // 'ยป' {{0x00, 0x0E, 0x13, 0x15, 0x11, 0x0E, 0x00, 0x00, }, '\xe5'}, // '๐Ÿ•‘'