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 137c4a9 commit 8fa6396Copy full SHA for 8fa6396
src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h
@@ -17,6 +17,7 @@
17
#define WIPPERSNAPPER_I2C_DRIVER_OUT_SH1107_H
18
19
#include "WipperSnapper_I2C_Driver_Out.h"
20
+#include <Adafruit_GrayOLED.h>
21
#include <Adafruit_SH110X.h>
22
#include <Arduino.h>
23
@@ -55,7 +56,7 @@ class WipperSnapper_I2C_Driver_Out_SH1107
55
56
if (_display != nullptr) {
57
_display->clearDisplay();
58
_display->display();
- _display->sh1107_command(SH110X_DISPLAYOFF);
59
+ _display->oled_command(SH110X_DISPLAYOFF);
60
delete _display;
61
_display = nullptr;
62
}
0 commit comments