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

Merge pull request #17 from pimoroni/docs/common

Docs: fix links to pimoroni-pico `common` directory
This commit is contained in:
Philip Howard 2025-03-10 16:51:54 +00:00 committed by GitHub
commit 57b77e8746
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 11 additions and 5 deletions

View File

@ -122,7 +122,7 @@ Calendar example with (optional) NTP synchronization. You can adjust the brightn
These examples need `WIFI_CONFIG.py` and `network_manager.py` (from the `common` directory) to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done). These examples need `WIFI_CONFIG.py` and `network_manager.py` (from the `common` directory) to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done).
- [micropython/examples/common](../../examples/common) - [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common)
### Cheerlights History ### Cheerlights History
@ -156,7 +156,7 @@ Display scrolling wisdom, quotes or greetz... from another computer or device!
You can adjust the brightness with LUX + and -. You can adjust the brightness with LUX + and -.
Requires `logging.mpy` and `tinyweb` from [micropython/examples/common](../../examples/common) - copy these into the `lib` folder on your Pico W. You'll also need `index.html` to be saved alongside `html_text.py`. Requires `logging.mpy` and `tinyweb` from [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common) - copy these into the `lib` folder on your Pico W. You'll also need `index.html` to be saved alongside `html_text.py`.
### Weather ### Weather

View File

@ -6,6 +6,8 @@ Cosmic Paint lets you paint pixels onto your Cosmic Unicorn over WiFi, in realti
You'll need `WIFI_CONFIG.py` from the `common` directory to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done). You'll need `WIFI_CONFIG.py` from the `common` directory to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done).
- [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common)
You will also have to install `micropython-phew` and `microdot` through Thonny's Tools -> Manage Packages. You will also have to install `micropython-phew` and `microdot` through Thonny's Tools -> Manage Packages.
Run the example through Thonny and it should get connected and give you a URL to visit. Open that URL in your browser and start painting! Run the example through Thonny and it should get connected and give you a URL to visit. Open that URL in your browser and start painting!

View File

@ -119,7 +119,7 @@ Display scrolling wisdom, quotes or greetz. You can adjust the brightness with L
These examples require `WIFI_CONFIG.py` and `network_manager.py` (from the `common` directory) to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done). These examples require `WIFI_CONFIG.py` and `network_manager.py` (from the `common` directory) to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done).
- [micropython/examples/common](../../examples/common) - [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common)
### Cheerlights ### Cheerlights
[cheerlights.py](cheerlights.py) [cheerlights.py](cheerlights.py)

View File

@ -6,6 +6,8 @@ Galactic Paint lets you paint pixels onto your Galatic Unicorn over WiFi, in rea
You'll need `WIFI_CONFIG.py` from the `common` directory to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done). You'll need `WIFI_CONFIG.py` from the `common` directory to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done).
- [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common)
You will also have to install `micropython-phew` and `microdot` through Thonny's Tools -> Manage Packages. You will also have to install `micropython-phew` and `microdot` through Thonny's Tools -> Manage Packages.
Run the example through Thonny and it should get connected and give you a URL to visit. Open that URL in your browser and start painting! Run the example through Thonny and it should get connected and give you a URL to visit. Open that URL in your browser and start painting!

View File

@ -134,7 +134,7 @@ Calendar example with (optional) NTP synchronization. You can adjust the brightn
These examples need `WIFI_CONFIG.py` and `network_manager.py` (from the `common` directory) to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done). These examples need `WIFI_CONFIG.py` and `network_manager.py` (from the `common` directory) to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done).
- [micropython/examples/common](../../examples/common) - [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common)
### Cheerlights History ### Cheerlights History
@ -168,7 +168,7 @@ Display scrolling wisdom, quotes or greetz... from another computer or device!
You can adjust the brightness with LUX + and -. You can adjust the brightness with LUX + and -.
Requires `logging.mpy` and `tinyweb` from [micropython/examples/common](../../examples/common) - copy these into the `lib` folder on your Pico W. You'll also need `index.html` to be saved alongside `html_text.py`. Requires `logging.mpy` and `tinyweb` from [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common) - copy these into the `lib` folder on your Pico W. You'll also need `index.html` to be saved alongside `html_text.py`.
### Weather ### Weather

View File

@ -6,6 +6,8 @@ Stellar Paint lets you paint pixels onto your Stellar Unicorn over WiFi, in real
You'll need `WIFI_CONFIG.py` from the `common` directory to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done). You'll need `WIFI_CONFIG.py` from the `common` directory to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done).
- [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common)
You will also have to install `micropython-phew` and `microdot` through Thonny's Tools -> Manage Packages. You will also have to install `micropython-phew` and `microdot` through Thonny's Tools -> Manage Packages.
Run the example through Thonny and it should get connected and give you a URL to visit. Open that URL in your browser and start painting! Run the example through Thonny and it should get connected and give you a URL to visit. Open that URL in your browser and start painting!