From 627306c50e391f83bc648183de093507117bbc44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Silva?= Date: Wed, 8 Mar 2017 22:29:10 -0300 Subject: [PATCH] Update LiquidCrystal_I2C.h --- LiquidCrystal_I2C.h | 1 + 1 file changed, 1 insertion(+) diff --git a/LiquidCrystal_I2C.h b/LiquidCrystal_I2C.h index 65ec0bc..20a0d8c 100644 --- a/LiquidCrystal_I2C.h +++ b/LiquidCrystal_I2C.h @@ -129,6 +129,7 @@ class LiquidCrystal_I2C : public Print { void shiftDecrement(); void noBacklight(); void backlight(); + bool getBacklight(); void autoscroll(); void noAutoscroll(); void createChar(uint8_t, uint8_t[]);