update examples readme

pull/559/head
Hel Gibbons 2022-11-03 15:48:21 +00:00
rodzic 6d98cec7de
commit 0e80e1d96a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -33,8 +33,8 @@ Galactic Unicorn ships with MicroPython firmware pre-loaded, but you can downloa
The easiest way to start displaying cool stuff on Galactic Unicorn is using our Galactic Unicorn module (which contains a bunch of helpful functions for interacting with the buttons, adjusting brightness and suchlike) and our PicoGraphics library, which is chock full of useful functions for drawing on the LED matrix. The easiest way to start displaying cool stuff on Galactic Unicorn is using our Galactic Unicorn module (which contains a bunch of helpful functions for interacting with the buttons, adjusting brightness and suchlike) and our PicoGraphics library, which is chock full of useful functions for drawing on the LED matrix.
- [Galactic Unicorn function reference](../../modules/picographics/README.md) - [Galactic Unicorn function reference](../../modules/galactic_unicorn/README.md)
- [PicoGraphics function reference](../../modules/galactic_unicorn/README.md) - [PicoGraphics function reference](../../modules/picographics/README.md)
## Examples ## Examples