From 79a2349fac40c3ab723980c6c58159081dd0d7a0 Mon Sep 17 00:00:00 2001 From: helgibbons <50950368+helgibbons@users.noreply.github.com> Date: Wed, 2 Nov 2022 13:45:14 +0000 Subject: [PATCH] update micropython function reference --- micropython/modules/galactic_unicorn/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micropython/modules/galactic_unicorn/README.md b/micropython/modules/galactic_unicorn/README.md index 9aec24d4..d83ef71c 100644 --- a/micropython/modules/galactic_unicorn/README.md +++ b/micropython/modules/galactic_unicorn/README.md @@ -211,7 +211,7 @@ while gu.is_pressed(gu.SWITCH_A): The image on the PicoGraphics object provided is copied to the interleaved framebuffer with gamma correction applied. -For example (assuming you've set up your Galactic Unicorn and PicoGraphics objects up as ![we did above](#imports-and-objects): +For example (assuming you've set up your Galactic Unicorn and PicoGraphics objects up as [we did above](#imports-and-objects): ```python gu.update(graphics)