We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf6fa4b + 5b6903c commit 10fed7eCopy full SHA for 10fed7e
examples/breakout_oled_128x128/oled_128x128_demo.cpp
@@ -30,7 +30,7 @@ int main() {
30
// }
31
32
33
- graphics.set_pen(1);
+ graphics.set_pen(15);
34
graphics.clear();
35
36
float s = (sin(i / 10.0f) * 1.0f) + 1.5f;
0 commit comments