Skip to content

Commit

Permalink
Merge pull request #7 from pimoroni/docs/fix-ref-links
Browse files Browse the repository at this point in the history
Fixed links
  • Loading branch information
thirdr authored Jan 7, 2025
2 parents b96bc4c + ec1e3fb commit 66b283a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/cosmic_unicorn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

- [Cosmic Unicorn function reference](../../modules/cosmic_unicorn/README.md)
- [PicoGraphics function reference](../../modules/picographics/README.md)
- [Cosmic Unicorn function reference](https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/modules/cosmic_unicorn/README.md)
- [PicoGraphics function reference](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/modules/picographics)

## Examples

Expand Down
4 changes: 2 additions & 2 deletions examples/galactic_unicorn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

- [Galactic Unicorn function reference](../../modules/galactic_unicorn/README.md)
- [PicoGraphics function reference](../../modules/picographics/README.md)
- [Galactic Unicorn function reference](https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/modules/galactic_unicorn/README.md)
- [PicoGraphics function reference](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/modules/picographics)

## Examples

Expand Down
6 changes: 3 additions & 3 deletions examples/stellar_unicorn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

- [Stellar Unicorn function reference](../../modules/stellar_unicorn/README.md)
- [PicoGraphics function reference](../../modules/picographics/README.md)
- [Stellar Unicorn function reference](https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/modules/stellar_unicorn/README.md)
- [PicoGraphics function reference](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/modules/picographics)

## Examples

Expand All @@ -55,7 +55,7 @@ The easiest way to start displaying cool stuff on Stellar Unicorn is using our S

Clock example with (optional) NTP synchronization. You can adjust the brightness with LUX + and -, and resync the time by pressing A.

This example uses a custom tiny bitmap font, find 3x5.bitmapfont in [fonts](../../common/fonts) and copy it to your Pico W.
This example uses a custom tiny bitmap font, find 3x5.bitmapfont in [fonts](https://github.com/pimoroni/pimoroni-pico/tree/main/common/fonts) and copy it to your Pico W.

### Eighties Super Computer

Expand Down

0 comments on commit 66b283a

Please sign in to comment.