Skip to content

Commit c430844

Browse files
authored
Update PCF8574.ino
Added Backlight function to turn is on.
1 parent 085fe54 commit c430844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/LCDs/PCF8574/PCF8574/PCF8574.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ void setup() {
199199
nav.idleTask=idle;//point a function to be used when menu is suspended
200200
mainMenu[1].enabled=disabledStatus;
201201
nav.showTitle=false;
202+
lcd.setBacklight(255);
202203
lcd.setCursor(0, 0);
203204
lcd.print("Menu 4.x LCD");
204205
lcd.setCursor(0, 1);

0 commit comments

Comments
 (0)