Pimoroni Tufty 2040 Badge
Showing Art, QR codes, etc.
.vscode | ||
.gitignore | ||
main.py | ||
pal_img_convert.py | ||
Readme.md | ||
spark.png | ||
spark.rgb565 | ||
sprite_to_rgb565.py |
Badge player for Tufty 2040
Needs a PNG in 240x320 on /, update file name in main.py
, MAIN_AVA
.
Also needs additional .p4
images for the credit page.
Installation on Tufty
- Prepare Pimoroni MicroPython (upload uf2, [https://github.com/pimoroni/pimoroni-pico/blob/main/setting-up-micropython.md](Installing MicroPython))
- upload
main.py
,avatar.png
,spark.rgb565
and credit.p4
files to Tufty with e.g. Thonny or MicroPico. - Optionally remove other files from Tufty to free up space.
Legal stuff
- Code in this repo is GPLv3
- Some code based on the Pimoroni examples and using the Pimoroni MicroPython libraries (GPLv3)