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 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
You can’t perform that action at this time.
0 commit comments