Skip to content

Commit 62b14f9

Browse files
committed
Cosmetic error in font 5x3 fixed
1 parent 436c49c commit 62b14f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/font.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ const PROGMEM uint8_t font_7x5[256][5] = {
266266

267267
const PROGMEM uint8_t font_5x3[10][3] = {
268268
{0x1F, 0x11, 0x1F}, // 0
269-
{0x00, 0x00, 0x1F}, // 1
269+
{0x00, 0x1F, 0x00}, // 1
270270
{0x1D, 0x15, 0x17}, // 2
271271
{0x15, 0x15, 0x1F}, // 3
272272
{0x07, 0x04, 0x1F}, // 4

0 commit comments

Comments
 (0)