1
0
mirror of https://github.com/danbee/unicorn synced 2026-06-20 22:52:22 +00:00

Fixed links to function refs

This commit is contained in:
thirdr 2025-01-07 10:02:56 +00:00
parent b96bc4cf1a
commit 7acd13b9a1
3 changed files with 6 additions and 6 deletions

View File

@ -40,8 +40,8 @@ Cosmic Unicorn ships with MicroPython firmware pre-loaded, but you can download
The easiest way to start displaying cool stuff on Cosmic Unicorn is using our Cosmic 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 Cosmic Unicorn is using our Cosmic 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.
- [Cosmic Unicorn function reference](../../modules/cosmic_unicorn/README.md) - [Cosmic Unicorn function reference](https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/modules/cosmic_unicorn/README.md)
- [PicoGraphics function reference](../../modules/picographics/README.md) - [PicoGraphics function reference](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/modules/picographics)
## Examples ## Examples

View File

@ -37,8 +37,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/galactic_unicorn/README.md) - [Galactic Unicorn function reference](https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/modules/galactic_unicorn/README.md)
- [PicoGraphics function reference](../../modules/picographics/README.md) - [PicoGraphics function reference](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/modules/picographics)
## Examples ## Examples

View File

@ -44,8 +44,8 @@ Stellar Unicorn ships with MicroPython firmware pre-loaded, but you can download
The easiest way to start displaying cool stuff on Stellar Unicorn is using our Stellar 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 Stellar Unicorn is using our Stellar 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.
- [Stellar Unicorn function reference](../../modules/stellar_unicorn/README.md) - [Stellar Unicorn function reference](https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/modules/stellar_unicorn/README.md)
- [PicoGraphics function reference](../../modules/picographics/README.md) - [PicoGraphics function reference](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/modules/picographics)
## Examples ## Examples