Skip to content

Commit f3a38e6

Browse files
Update api.md
1 parent a2c0bc2 commit f3a38e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
105105
backlight.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

254254
backlight: 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).

0 commit comments

Comments
 (0)