From 7acd13b9a182d1806ac593fcb39afae11ae2d46e Mon Sep 17 00:00:00 2001 From: thirdr Date: Tue, 7 Jan 2025 10:02:56 +0000 Subject: [PATCH 1/2] Fixed links to function refs --- examples/cosmic_unicorn/README.md | 4 ++-- examples/galactic_unicorn/README.md | 4 ++-- examples/stellar_unicorn/README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/cosmic_unicorn/README.md b/examples/cosmic_unicorn/README.md index 0414a0f..d15f434 100644 --- a/examples/cosmic_unicorn/README.md +++ b/examples/cosmic_unicorn/README.md @@ -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 diff --git a/examples/galactic_unicorn/README.md b/examples/galactic_unicorn/README.md index 3d55a0b..ba2d353 100644 --- a/examples/galactic_unicorn/README.md +++ b/examples/galactic_unicorn/README.md @@ -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 diff --git a/examples/stellar_unicorn/README.md b/examples/stellar_unicorn/README.md index 0f5d699..730cd87 100644 --- a/examples/stellar_unicorn/README.md +++ b/examples/stellar_unicorn/README.md @@ -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 From ec1e3fbc9f88d5908c751acfcfb0fe97f28c3e99 Mon Sep 17 00:00:00 2001 From: thirdr Date: Tue, 7 Jan 2025 10:34:38 +0000 Subject: [PATCH 2/2] Stellar: fixed link to font file --- examples/stellar_unicorn/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stellar_unicorn/README.md b/examples/stellar_unicorn/README.md index 730cd87..61f1c11 100644 --- a/examples/stellar_unicorn/README.md +++ b/examples/stellar_unicorn/README.md @@ -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