Skip to content

Commit 10fed7e

Browse files
authored
Merge pull request #946 from pimoroni/patch-sh1107-example
Fixed background in SH1107 example
2 parents bf6fa4b + 5b6903c commit 10fed7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/breakout_oled_128x128/oled_128x128_demo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ int main() {
3030
// }
3131
// }
3232

33-
graphics.set_pen(1);
33+
graphics.set_pen(15);
3434
graphics.clear();
3535

3636
float s = (sin(i / 10.0f) * 1.0f) + 1.5f;

0 commit comments

Comments
 (0)