File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ brightness: The desired brightness level for the LCD backlight in the range of 0
103103```ino
104104// Set the backlight to pure blue
105105backlight.setRGB(0, 0, 255);
106- lcd.print("Color: Orange ");
106+ lcd.print("Color: Blue ");
107107```
108108``` ino
109109// Set the backlight to orange with 50% brightness
@@ -253,4 +253,4 @@ backlight.setMagenta(brightness)
253253
254254backlight: An instance of the LCD_BacklightRGB class.
255255
256- brightness (optional): The desired brightness level for the LCD backlight in the range of 0 (completely off) to 255 (maximum brightness).
256+ brightness (optional): The desired brightness level for the LCD backlight in the range of 0 (completely off) to 255 (maximum brightness).
You can’t perform that action at this time.
0 commit comments