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 085fe54 commit c430844Copy full SHA for c430844
examples/LCDs/PCF8574/PCF8574/PCF8574.ino
@@ -199,6 +199,7 @@ void setup() {
199
nav.idleTask=idle;//point a function to be used when menu is suspended
200
mainMenu[1].enabled=disabledStatus;
201
nav.showTitle=false;
202
+ lcd.setBacklight(255);
203
lcd.setCursor(0, 0);
204
lcd.print("Menu 4.x LCD");
205
lcd.setCursor(0, 1);
0 commit comments