Fix font for '9' character (#470)
This commit is contained in:
parent
206ac3eee7
commit
b4c2d5410e
|
|
@ -52,7 +52,7 @@ static const uint8_t font[10][5]={
|
|||
0x3C, 0x4A, 0x49, 0x49, 0x30, // 6
|
||||
0x01, 0x01, 0x79, 0x05, 0x03, // 7
|
||||
0x36, 0x49, 0x49, 0x49, 0x36, // 8
|
||||
0x06, 0x49, 0x39, 0x29, 0x1E }; // 9; .=0x40
|
||||
0x06, 0x49, 0x49, 0x29, 0x1E }; // 9; .=0x40
|
||||
|
||||
|
||||
static unsigned char kmh_tiles[] U8X8_PROGMEM = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue