Skip to content

Commit def567c

Browse files
authored
Update WipperSnapper_I2C_Driver_Out_Sh1107.h
1 parent d58d386 commit def567c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include <Adafruit_GFX.h>
2222
#include <Adafruit_SH110X.h>
2323
#include <Arduino.h>
24-
#include "WipperSnapper.h"
2524

2625
#define DEFAULT_WIDTH 128 ///< Default width for a sh1107 128x64 display
2726
#define DEFAULT_HEIGHT 64 ///< Default height for a sh1107 128x64 display
@@ -94,7 +93,6 @@ class WipperSnapper_I2C_Driver_Out_SH1107
9493
// Clear the buffer
9594
_display->clearDisplay();
9695
_display->display();
97-
_display->write(char('a'));
9896
_display->display();
9997
return true;
10098
}

0 commit comments

Comments
 (0)