Oleg Goncharovskiy / TextLCD_I2C_my
Revision:
43:eb52abed1a83
Parent:
41:111ca62e8a59
--- a/TextLCD.cpp	Fri Dec 07 05:27:20 2018 +0000
+++ b/TextLCD.cpp	Thu Jul 16 07:15:57 2020 +0000
@@ -3209,7 +3209,7 @@
   * @param type            Sets the panel size/addressing mode (default = LCD16x2)
   * @param ctrl            LCD controller (default = HD44780)    
   */
-TextLCD_I2C::TextLCD_I2C(I2C *i2c, char deviceAddress, LCDType type, LCDCtrl ctrl) :
+TextLCD_I2C::TextLCD_I2C(/*DevI2C*/I2C *i2c, char deviceAddress, LCDType type, LCDCtrl ctrl) :
                          TextLCD_Base(type, ctrl), 
                          _i2c(i2c){