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 6e9ce5c commit 67b851fCopy full SHA for 67b851f
src/components/i2c/WipperSnapper_I2C.cpp
@@ -852,7 +852,7 @@ bool WipperSnapper_Component_I2C::initI2CDevice(
852
}
853
_drivers_out.push_back(_quadAlphaNum);
854
WS_DEBUG_PRINTLN("Quad Alphanum. Display Initialized Successfully!");
855
- } else if (strcmp("charlcd", msgDeviceInitReq->i2c_device_name) == 0) {
+ } else if (strcmp("chardisplay16x2", msgDeviceInitReq->i2c_device_name) == 0) {
856
_charLcd = new WipperSnapper_I2C_Driver_Out_CharLcd(this->_i2c, i2cAddress);
857
_charLcd->ConfigureCharLcd(
858
msgDeviceInitReq->i2c_output_add.config.char_lcd_config.rows,
0 commit comments