Skip to content

Commit 09c8eb0

Browse files
committed
Remove splash screen display + delay
1 parent e632bc6 commit 09c8eb0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ class WipperSnapper_I2C_Driver_Out_SH1107
8484
if (!_display->begin(_sensorAddress, true))
8585
return false;
8686

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);
9287

9388
// Clear the buffer.
9489
_display->clearDisplay();

0 commit comments

Comments
 (0)