From 9aa2e33d46aa179a3dd45c9a128b3a0648ecf0ef Mon Sep 17 00:00:00 2001 From: Hel Gibbons Date: Wed, 18 Jan 2023 16:59:05 +0000 Subject: [PATCH] PicoGraphics documentation tweaks --- micropython/modules/picographics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)