* Fixes double space OLEDDisplayFontsRU.cpp * Fixes double space OLEDDisplayFontsUA.cpp --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
committed by
Ben Meadors
co-authored by
Ben Meadors
parent
5a8ce60d68
commit
723209b198
@@ -10,7 +10,7 @@ const uint8_t ArialMT_Plain_10_RU[] PROGMEM = {
|
|||||||
0xE0, // Number of chars: 224
|
0xE0, // Number of chars: 224
|
||||||
|
|
||||||
// Jump Table:
|
// Jump Table:
|
||||||
0xFF, 0xFF, 0x00, 0x0A, // 32
|
0xFF, 0xFF, 0x00, 0x03, // 32
|
||||||
0x00, 0x00, 0x04, 0x03, // 33
|
0x00, 0x00, 0x04, 0x03, // 33
|
||||||
0x00, 0x04, 0x05, 0x04, // 34
|
0x00, 0x04, 0x05, 0x04, // 34
|
||||||
0x00, 0x09, 0x09, 0x06, // 35
|
0x00, 0x09, 0x09, 0x06, // 35
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ const uint8_t ArialMT_Plain_10_UA[] PROGMEM = {
|
|||||||
0x20, // First char: 32
|
0x20, // First char: 32
|
||||||
0xE0, // Number of chars: 224
|
0xE0, // Number of chars: 224
|
||||||
// Jump Table:
|
// Jump Table:
|
||||||
0xFF, 0xFF, 0x00, 0x0A, // 32
|
0xFF, 0xFF, 0x00, 0x03, // 32
|
||||||
0x00, 0x00, 0x04, 0x03, // 33
|
0x00, 0x00, 0x04, 0x03, // 33
|
||||||
0x00, 0x04, 0x05, 0x04, // 34
|
0x00, 0x04, 0x05, 0x04, // 34
|
||||||
0x00, 0x09, 0x09, 0x06, // 35
|
0x00, 0x09, 0x09, 0x06, // 35
|
||||||
|
|||||||
Reference in New Issue
Block a user