diff --git a/micropython/modules/picographics/README.md b/micropython/modules/picographics/README.md index 8ccaf4f5..76d227e2 100644 --- a/micropython/modules/picographics/README.md +++ b/micropython/modules/picographics/README.md @@ -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)