Skip to content

Commit d23c52e

Browse files
authored
Update WipperSnapper_I2C_Driver_Out_Sh1107.h
1 parent 0936ed7 commit d23c52e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ class WipperSnapper_I2C_Driver_Out_SH1107
7878
// internally, this will display the splashscreen.
7979
_display->display();
8080
delay(1700);
81-
81+
8282
// Clear the buffer.
8383
_display->clearDisplay();
8484
_display->display();
8585
_display->setRotation(1);
86-
87-
// Configure the text size and color
86+
87+
// Configure the text size and color
8888
_display->setTextSize(_text_sz);
8989
_display->setTextColor(SH110X_WHITE);
9090
_display->setCursor(0, 0);

0 commit comments

Comments
 (0)