Change 🗘 to 🔃
This commit is contained in:
parent
c514774a54
commit
4957544fcf
|
|
@ -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'),
|
||||
|
|
|
|||
|
|
@ -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'}, // '🕑'
|
||||
|
|
|
|||
Loading…
Reference in New Issue