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 d58d386 commit def567cCopy full SHA for def567c
src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h
@@ -21,7 +21,6 @@
21
#include <Adafruit_GFX.h>
22
#include <Adafruit_SH110X.h>
23
#include <Arduino.h>
24
-#include "WipperSnapper.h"
25
26
#define DEFAULT_WIDTH 128 ///< Default width for a sh1107 128x64 display
27
#define DEFAULT_HEIGHT 64 ///< Default height for a sh1107 128x64 display
@@ -94,7 +93,6 @@ class WipperSnapper_I2C_Driver_Out_SH1107
94
93
// Clear the buffer
95
_display->clearDisplay();
96
_display->display();
97
- _display->write(char('a'));
98
99
return true;
100
}
0 commit comments