Skip to content

Commit

Permalink
Merge pull request #946 from pimoroni/patch-sh1107-example
Browse files Browse the repository at this point in the history
Fixed background in SH1107 example
  • Loading branch information
Gadgetoid authored Jun 3, 2024
2 parents bf6fa4b + 5b6903c commit 10fed7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/breakout_oled_128x128/oled_128x128_demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ int main() {
// }
// }

graphics.set_pen(1);
graphics.set_pen(15);
graphics.clear();

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

0 comments on commit 10fed7e

Please sign in to comment.