pimoroni-pico/micropython/examples/inky_frame/image_gallery/README.md

28 lines
859 B
Markdown
Raw Normal View History

2022-07-25 13:42:21 +01:00
# Image Gallery <!-- omit in toc -->
- [Image transfer instructions](#image-transfer-instructions)
- [image_gallery.py](#image_gallerypy)
- [image_gallery_sd.py](#image_gallery_sdpy)
- [Image Credits](#image-credits)
## Image transfer instructions
### image_gallery.py
Copy the images to your Pico W using Thonny.
### image_gallery_sd.py
Pop an SD card into your computer to copy the images across. (Alternatively, you can transfer them using Thonny, but you will have to mount the SD card using the REPL first).
This example requires `sdcard.mpy` from `common/lib` - copy this file into `lib` on your Pico W.
2022-09-26 03:07:05 +01:00
- [/micropython/examples/common](../../common)
2022-07-25 13:42:21 +01:00
## Image Credits
Sample images from the Webb Space Telescope (credit: NASA, ESA, CSA, and STScI).
Find more gorgeous images and info @ https://webbtelescope.org/
2022-09-26 03:07:05 +01:00
... and Raspberry Pi <3