Skip to content

Commit 5b03d03

Browse files
authored
[Ssd13xx] Fix in Sh1106 page command (#1385)
1 parent 0b02c1d commit 5b03d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devices/Ssd13xx/Sh1106.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class Sh1106 : Ssd1306
1818
{
1919
0x00,
2020
0xB0,
21-
0x00,
21+
0x02,
2222
0x10
2323
};
2424

0 commit comments

Comments
 (0)