diff --git a/micropython/modules/picographics/README.md b/micropython/modules/picographics/README.md index 2641de2f..14552cc7 100644 --- a/micropython/modules/picographics/README.md +++ b/micropython/modules/picographics/README.md @@ -427,10 +427,10 @@ JPEG files must be small enough to load into RAM for decoding, and must *not* be JPEG files will be automatically dithered in RGB332 mode. -In P4 and P8 modes JPEGs are dithered to your custom colour paleete. Their appearance of an image will vary based on the colours you choose. +In P4 and P8 modes JPEGs are dithered to your custom colour palette. Their appearance of an image will vary based on the colours you choose. The arguments for `decode` are as follows: 1. Decode X - where to place the decoded JPEG on screen 2. Decode Y -3. Flags - one of `JPEG_SCALE_FULL`, `JPEG_SCALE_HALF`, `JPEG_SCALE_QUARTER` or `JPEG_SCALE_EIGHTH` \ No newline at end of file +3. Flags - one of `JPEG_SCALE_FULL`, `JPEG_SCALE_HALF`, `JPEG_SCALE_QUARTER` or `JPEG_SCALE_EIGHTH`