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:
commit
57b77e8746
@ -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).
|
||||
|
||||
- [micropython/examples/common](../../examples/common)
|
||||
- [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common)
|
||||
|
||||
### 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 -.
|
||||
|
||||
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
|
||||
|
||||
|
||||
@ -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).
|
||||
|
||||
- [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.
|
||||
|
||||
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!
|
||||
@ -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).
|
||||
|
||||
- [micropython/examples/common](../../examples/common)
|
||||
- [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common)
|
||||
|
||||
### Cheerlights
|
||||
[cheerlights.py](cheerlights.py)
|
||||
|
||||
@ -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).
|
||||
|
||||
- [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.
|
||||
|
||||
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!
|
||||
@ -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).
|
||||
|
||||
- [micropython/examples/common](../../examples/common)
|
||||
- [micropython/examples/common](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/common)
|
||||
|
||||
### 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 -.
|
||||
|
||||
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
|
||||
|
||||
|
||||
@ -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).
|
||||
|
||||
- [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.
|
||||
|
||||
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!
|
||||
Loading…
Reference in New Issue
Block a user