Skip to content

Commit c18ab5e

Browse files
authored
Update Oled_Display.ino example from leiendeckerlu
Update Oled_Display.ino example fixed typo, semicolon thanks @leiendeckerlu
2 parents 20d98c2 + d9913e4 commit c18ab5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Oled_Display/Oled_Display.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ void loop() {
1111
Oled.setFont(u8x8_font_chroma48medium8_r);
1212
Oled.setCursor(0, 3);
1313
Oled.print("Value: ");
14-
Oled.print(random_value)
14+
Oled.print(random_value);
1515
delay(1000);
1616
}

0 commit comments

Comments
 (0)