Skip to content

Commit a655219

Browse files
authored
Update WipperSnapper_I2C_Driver_Out_Sh1107.h
1 parent 3f1eb14 commit a655219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class WipperSnapper_I2C_Driver_Out_SH1107
8787
// Configure the text size and color
8888
_display->setTextSize(_text_sz);
8989
_display->setTextColor(SH110X_WHITE);
90-
-display->setCursor(0, 0);
90+
_display->setCursor(0, 0);
9191
// Use full 256 char 'Code Page 437' font
9292
// _display->cp437(true);
9393
// Clear the buffer

0 commit comments

Comments
 (0)