diff --git a/examples/Oled_Display/Oled_Display.ino b/examples/Oled_Display/Oled_Display.ino index 54a6d5d..f980c89 100644 --- a/examples/Oled_Display/Oled_Display.ino +++ b/examples/Oled_Display/Oled_Display.ino @@ -11,6 +11,6 @@ void loop() { Oled.setFont(u8x8_font_chroma48medium8_r); Oled.setCursor(0, 3); Oled.print("Value: "); - Oled.print(random_value) + Oled.print(random_value); delay(1000); }