Skip to content

Commit fb78f03

Browse files
Demonstrate the right attribute for setting all colours together
Co-authored-by: James Seden Smith <[email protected]>
1 parent 0966cbe commit fb78f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/sr/leds/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ Alternatively you can set the red, green and blue channels for a given LED all t
4545
R.kch.c.rgb = (1, 1, 0)
4646

4747
# Set LED B to a light blue colour
48-
R.kch.b.green = (0, 1, 1)
48+
R.kch.b.rgb = (0, 1, 1)
4949
~~~~~

0 commit comments

Comments
 (0)