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 75546b0 commit 137c4a9Copy full SHA for 137c4a9
src/components/i2c/WipperSnapper_I2C.h
@@ -205,7 +205,7 @@ class WipperSnapper_Component_I2C {
205
WipperSnapper_I2C_Driver_Out_QuadAlphaNum *_quadAlphaNum = nullptr;
206
WipperSnapper_I2C_Driver_Out_CharLcd *_charLcd = nullptr;
207
WipperSnapper_I2C_Driver_Out_7Seg *_sevenSeg = nullptr;
208
- WipperSnapper_I2C_Driver_Out_Sh1107 *_sh1107 = nullptr;
+ WipperSnapper_I2C_Driver_Out_SH1107 *_sh1107 = nullptr;
209
WipperSnapper_I2C_Driver_Out_Ssd1306 *_ssd1306 = nullptr;
210
};
211
extern Wippersnapper WS;
0 commit comments