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 e0d6535 commit 650a59bCopy full SHA for 650a59b
src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h
@@ -17,7 +17,7 @@
17
#define WIPPERSNAPPER_I2C_DRIVER_OUT_SH1107_H
18
19
#include "WipperSnapper_I2C_Driver_Out.h"
20
-#include <Adafruit_SH110x.h>
+#include <Adafruit_SH110X.h>
21
#include <Arduino.h>
22
23
#define DEFAULT_WIDTH 128 ///< Default width for a sh1107 128x64 display
@@ -155,4 +155,4 @@ class WipperSnapper_I2C_Driver_Out_SH1107
155
uint8_t _text_sz; ///< Text size of the display
156
};
157
158
-#endif // WIPPERSNAPPER_I2C_DRIVER_OUT_SH1107_H
+#endif // WIPPERSNAPPER_I2C_DRIVER_OUT_SH1107_H
0 commit comments