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.
1 parent c286a28 commit d9913e4Copy full SHA for d9913e4
examples/Oled_Display/Oled_Display.ino
@@ -11,6 +11,6 @@ void loop() {
11
Oled.setFont(u8x8_font_chroma48medium8_r);
12
Oled.setCursor(0, 3);
13
Oled.print("Value: ");
14
- Oled.print(random_value)
+ Oled.print(random_value);
15
delay(1000);
16
}
0 commit comments