Skip to content

Commit 650a59b

Browse files
authored
Update WipperSnapper_I2C_Driver_Out_Sh1107.h
1 parent e0d6535 commit 650a59b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define WIPPERSNAPPER_I2C_DRIVER_OUT_SH1107_H
1818

1919
#include "WipperSnapper_I2C_Driver_Out.h"
20-
#include <Adafruit_SH110x.h>
20+
#include <Adafruit_SH110X.h>
2121
#include <Arduino.h>
2222

2323
#define DEFAULT_WIDTH 128 ///< Default width for a sh1107 128x64 display
@@ -155,4 +155,4 @@ class WipperSnapper_I2C_Driver_Out_SH1107
155155
uint8_t _text_sz; ///< Text size of the display
156156
};
157157

158-
#endif // WIPPERSNAPPER_I2C_DRIVER_OUT_SH1107_H
158+
#endif // WIPPERSNAPPER_I2C_DRIVER_OUT_SH1107_H

0 commit comments

Comments
 (0)