https://github.com/asssaf/inky-gallery
Remote controlled digital photo frame for Inky Frame
https://github.com/asssaf/inky-gallery
inky-frame micropython picow
Last synced: 5 months ago
JSON representation
Remote controlled digital photo frame for Inky Frame
- Host: GitHub
- URL: https://github.com/asssaf/inky-gallery
- Owner: asssaf
- Created: 2023-06-16T23:56:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T06:09:05.000Z (over 2 years ago)
- Last Synced: 2024-02-10T07:23:47.909Z (over 2 years ago)
- Topics: inky-frame, micropython, picow
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains a micropython script intended to run on an [Inky Frame](https://shop.pimoroni.com/products/inky-frame-5-7?variant=40048398958675).
The script downloads an image from a preconfigured URL and displays it, then it goes to sleep and the process repeats at a later time.
Depending on the implementation of the server providing the image, this can be used to implement a remote controlled picture frame.
For example, [frameserve](https://github.com/asssaf/frameserve) is an appengine based server that serves an image from a Google Cloud Storage Bucket on every request.