Skip to content

Commit 137c4a9

Browse files
authored
Update WipperSnapper_I2C.h
1 parent 75546b0 commit 137c4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/i2c/WipperSnapper_I2C.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ class WipperSnapper_Component_I2C {
205205
WipperSnapper_I2C_Driver_Out_QuadAlphaNum *_quadAlphaNum = nullptr;
206206
WipperSnapper_I2C_Driver_Out_CharLcd *_charLcd = nullptr;
207207
WipperSnapper_I2C_Driver_Out_7Seg *_sevenSeg = nullptr;
208-
WipperSnapper_I2C_Driver_Out_Sh1107 *_sh1107 = nullptr;
208+
WipperSnapper_I2C_Driver_Out_SH1107 *_sh1107 = nullptr;
209209
WipperSnapper_I2C_Driver_Out_Ssd1306 *_ssd1306 = nullptr;
210210
};
211211
extern Wippersnapper WS;

0 commit comments

Comments
 (0)