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 0936ed7 commit d23c52eCopy full SHA for d23c52e
src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h
@@ -78,13 +78,13 @@ class WipperSnapper_I2C_Driver_Out_SH1107
78
// internally, this will display the splashscreen.
79
_display->display();
80
delay(1700);
81
-
+
82
// Clear the buffer.
83
_display->clearDisplay();
84
85
_display->setRotation(1);
86
87
- // Configure the text size and color
+ // Configure the text size and color
88
_display->setTextSize(_text_sz);
89
_display->setTextColor(SH110X_WHITE);
90
_display->setCursor(0, 0);
0 commit comments