pimoroni-pico/micropython/examples/pico_inky
Philip Howard 4c0a6908e4
Merge pull request #433 from lesley-byte/patch-2
Create show_ip_address
2022-07-22 14:56:52 +01:00
..
README.md PicoW: Add common files and refactor. 2022-07-15 12:05:12 +01:00
bored_api.py PicoW: Add common files and refactor. 2022-07-15 12:05:12 +01:00
button_test.py Update examples to use PicoGraphics (#428) 2022-07-07 09:37:47 +01:00
clock.py Pico Inky Pack: MicroPython Examples. 2022-07-06 14:17:24 +01:00
placekitten.py PicoW: Add common files and refactor. 2022-07-15 12:05:12 +01:00
quote_of_the_day.py PicoW: Add common files and refactor. 2022-07-15 12:05:12 +01:00
show_ip_address Create show_ip_address 2022-07-08 09:07:05 -04:00

README.md

Pico Inky Pack MicroPython Examples

PicoGraphics

You can draw on Inky Pack's display using our tiny PicoGraphics display library.

Non-Wireless Examples

Button Test

button_test.py

Shows a simple way of reading the buttons and drawing on the screen.

Clock

clock.py

Demonstrates a fast update speed.

Wireless Examples

The wireless examples need network_manager.py and 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 also need to install the micropython-urllib.urequest library using Thonny's 'Tools' > 'Manage Packages'.

Bored API

bored_api.py

Simple demo to get a random activity from BoredAPI.com

Place Kitten

placekitten.py

Grab a random image from PlaceKitten.com and display it on Inky Pack.

Quote of the Day

quote_of_the_day.py

Grab the quote of the day from Wikipedia.