Skip to content

Commit 5fa99c0

Browse files
committed
PicoGraphics: add link
1 parent 75602b3 commit 5fa99c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropython/modules/picographics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,4 +579,4 @@ The arguments for `decode` are as follows:
579579
1. Decode X - where to place the decoded JPEG on screen
580580
2. Decode Y
581581
3. Flags - one of `JPEG_SCALE_FULL`, `JPEG_SCALE_HALF`, `JPEG_SCALE_QUARTER` or `JPEG_SCALE_EIGHTH`
582-
4. If you want to turn off dither altogether, try `dither=False`. This is useful if you want to pre-dither your images or for artsy posterization effects.
582+
4. If you want to turn off dither altogether, try `dither=False`. This is useful if you want to [pre-dither your images](https://ditherit.com/) or for artsy posterization effects.

0 commit comments

Comments
 (0)