Skip to content

Commit d9913e4

Browse files
Update Oled_Display.ino
fixed typo
1 parent c286a28 commit d9913e4

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)