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 627306c commit e3701fbCopy full SHA for e3701fb
LiquidCrystal_I2C.cpp
@@ -192,6 +192,10 @@ void LiquidCrystal_I2C::backlight(void) {
192
_backlightval=LCD_BACKLIGHT;
193
expanderWrite(0);
194
}
195
+bool LiquidCrystal_I2C::getBacklight() {
196
+ return _backlightval == LCD_BACKLIGHT;
197
+}
198
+
199
200
/*********** mid level commands, for sending data/cmds */
201
0 commit comments