Skip to content

Commit 4e5206f

Browse files
committed
Remove the call to backlight(), to demonstrate it is on by default.
1 parent b5749fc commit 4e5206f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/BlinkingCursor/BlinkingCursor.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ void setup()
88
{
99
// initialize the LCD
1010
lcd.begin();
11-
lcd.backlight();
1211
}
1312

1413
void loop()

0 commit comments

Comments
 (0)