PicoGraphics documentation tweaks
This commit is contained in:
parent
92d58a17c0
commit
9aa2e33d46
|
@ -440,7 +440,7 @@ You have a 16-color and 256-color palette respectively.
|
|||
Set n elements in the palette from a list of RGB tuples:
|
||||
|
||||
```python
|
||||
set_palette([
|
||||
display.set_palette([
|
||||
(r, g, b),
|
||||
(r, g, b),
|
||||
(r, g, b)
|
||||
|
|
Loading…
Reference in New Issue