mirror of
https://github.com/fmalpartida/New-LiquidCrystal.git
synced 2026-07-28 04:07:33 +00:00
Fixes #67. Error in class constructor.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
LiquidCrystal_I2C_ByVac::LiquidCrystal_I2C_ByVac( uint8_t lcd_Addr )
|
||||
{
|
||||
_Addr = lcd_Addr;
|
||||
_polarity == NEGATIVE;
|
||||
_polarity = NEGATIVE;
|
||||
}
|
||||
|
||||
// PUBLIC METHODS
|
||||
|
||||
Reference in New Issue
Block a user