Skip to content

Commit 54ecd0f

Browse files
authored
Update WipperSnapper_I2C_Driver_Out_Sh1107.h
1 parent 95e594d commit 54ecd0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "WipperSnapper_I2C_Driver_Out.h"
2020
#include <Adafruit_GrayOLED.h>
2121
#include <Adafruit_SH110X.h>
22+
#include "Adafruit_SH110X/splash.h"
2223
#include <Arduino.h>
2324

2425
#define DEFAULT_WIDTH 128 ///< Default width for a sh1107 128x64 display
@@ -76,7 +77,7 @@ class WipperSnapper_I2C_Driver_Out_SH1107
7677
// Since the buffer is intialized with an Adafruit splashscreen
7778
// internally, this will display the splashscreen.
7879
_display->display();
79-
delay(700);
80+
delay(1700);
8081

8182
// Clear the buffer.
8283
_display->clearDisplay();
@@ -91,6 +92,8 @@ class WipperSnapper_I2C_Driver_Out_SH1107
9192
// Clear the buffer
9293
_display->clearDisplay();
9394
_display->display();
95+
_display->write(char('a'));
96+
_display->display();
9497
return true;
9598
}
9699

0 commit comments

Comments
 (0)