Skip to content

Commit

Permalink
fixed background
Browse files Browse the repository at this point in the history
  • Loading branch information
thirdr committed Jun 3, 2024
1 parent bf6fa4b commit 5b6903c
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 5b6903c

Please sign in to comment.