Skip to content

Commit 864112a

Browse files
author
dave
committed
#9 backlight now syncs to device.
1 parent e43f423 commit 864112a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiquidCrystalIO.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ void LiquidCrystal::setBacklight(uint8_t state) {
134134
}
135135
else {
136136
if (_backlightMode == BACKLIGHT_INVERTED) state = !state;
137-
ioDeviceDigitalWrite(_io_method, _backlightPin, state);
137+
ioDeviceDigitalWriteS(_io_method, _backlightPin, state);
138138
}
139139
}
140140

0 commit comments

Comments
 (0)