Skip to content

Commit 127c10d

Browse files
committed
fix bug of letter P can't show
1 parent eb56a81 commit 127c10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OLED12864_I2C.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ namespace OLED12864_I2C {
8787
font[77] = 0x01f1105f;
8888
font[78] = 0x01f4105f;
8989
font[79] = 0x0007462e;
90-
font[81] = 0x000114bf;
90+
font[80] = 0x000114bf;
9191
font[81] = 0x000b6526;
9292
font[82] = 0x010514bf;
9393
font[83] = 0x0004d6b2;

0 commit comments

Comments
 (0)