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 e632bc6 commit 09c8eb0Copy full SHA for 09c8eb0
src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h
@@ -84,11 +84,6 @@ class WipperSnapper_I2C_Driver_Out_SH1107
84
if (!_display->begin(_sensorAddress, true))
85
return false;
86
87
- // Show image buffer on the display hardware.
88
- // Since the buffer is intialized with an Adafruit splashscreen
89
- // internally, this will display the splashscreen.
90
- _display->display();
91
- delay(1700);
92
93
// Clear the buffer.
94
_display->clearDisplay();
0 commit comments