File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/components/i2c/drivers Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 19
19
#include " WipperSnapper_I2C_Driver_Out.h"
20
20
#include < Adafruit_GrayOLED.h>
21
21
#include < Adafruit_SH110X.h>
22
+ #include " Adafruit_SH110X/splash.h"
22
23
#include < Arduino.h>
23
24
24
25
#define DEFAULT_WIDTH 128 // /< Default width for a sh1107 128x64 display
@@ -76,7 +77,7 @@ class WipperSnapper_I2C_Driver_Out_SH1107
76
77
// Since the buffer is intialized with an Adafruit splashscreen
77
78
// internally, this will display the splashscreen.
78
79
_display->display ();
79
- delay (700 );
80
+ delay (1700 );
80
81
81
82
// Clear the buffer.
82
83
_display->clearDisplay ();
@@ -91,6 +92,8 @@ class WipperSnapper_I2C_Driver_Out_SH1107
91
92
// Clear the buffer
92
93
_display->clearDisplay ();
93
94
_display->display ();
95
+ _display->write (char (' a' ));
96
+ _display->display ();
94
97
return true ;
95
98
}
96
99
You can’t perform that action at this time.
0 commit comments