Merge pull request #222 from eddhurst/fix/plasma-set-rgb

Fix documentation examples setting RGB LED
pull/226/head
Philip Howard 2021-11-23 14:08:32 +00:00 zatwierdzone przez GitHub
commit f96012a395
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -81,7 +81,7 @@ You can set the colour of an LED in either the RGB colourspace, or HSV (Hue, Sat
Set the first LED - `0` - to Purple `255, 0, 255`:
```python
led_strip.set_led(0, 255, 0, 255)
led_strip.set_rgb(0, 255, 0, 255)
```
#### HSV
@ -133,7 +133,7 @@ You can set the colour of an LED in either the RGB colourspace, or HSV (Hue, Sat
Set the first LED - `0` - to Purple `255, 0, 255`:
```python
led_strip.set_led(0, 255, 0, 255)
led_strip.set_rgb(0, 255, 0, 255)
```
#### HSV