We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1eb14 commit a655219Copy full SHA for a655219
src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h
@@ -87,7 +87,7 @@ class WipperSnapper_I2C_Driver_Out_SH1107
87
// Configure the text size and color
88
_display->setTextSize(_text_sz);
89
_display->setTextColor(SH110X_WHITE);
90
- -display->setCursor(0, 0);
+ _display->setCursor(0, 0);
91
// Use full 256 char 'Code Page 437' font
92
// _display->cp437(true);
93
// Clear the buffer
0 commit comments