Skip to content

Commit 67b851f

Browse files
committed
Fix - Chardisplay 16x2
1 parent 6e9ce5c commit 67b851f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/i2c/WipperSnapper_I2C.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ bool WipperSnapper_Component_I2C::initI2CDevice(
852852
}
853853
_drivers_out.push_back(_quadAlphaNum);
854854
WS_DEBUG_PRINTLN("Quad Alphanum. Display Initialized Successfully!");
855-
} else if (strcmp("charlcd", msgDeviceInitReq->i2c_device_name) == 0) {
855+
} else if (strcmp("chardisplay16x2", msgDeviceInitReq->i2c_device_name) == 0) {
856856
_charLcd = new WipperSnapper_I2C_Driver_Out_CharLcd(this->_i2c, i2cAddress);
857857
_charLcd->ConfigureCharLcd(
858858
msgDeviceInitReq->i2c_output_add.config.char_lcd_config.rows,

0 commit comments

Comments
 (0)