Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewn/deskie
A prototype for a networked ambient desk accessory
https://github.com/andrewn/deskie
epaper iot raspberry-pi resin
Last synced: 3 days ago
JSON representation
A prototype for a networked ambient desk accessory
- Host: GitHub
- URL: https://github.com/andrewn/deskie
- Owner: andrewn
- License: apache-2.0
- Created: 2018-06-09T09:20:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T11:41:35.000Z (over 6 years ago)
- Last Synced: 2024-11-14T00:39:49.191Z (2 months ago)
- Topics: epaper, iot, raspberry-pi, resin
- Language: Shell
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ePaper display × ResinOS
This renders [a calendar web page](https://the-day-today.glitch.me/) screenshot every minute using headless-Chromium. The screenshot is saved at a 2.7 inch epaper display resolution (169,264 px) which is then sent to hte connected epaper display.
Some screenshot file is hashed and the screen will not be updated if the hash matches the last image saved.
## Background
This is based on the [`resin-io-playground/resinio-PaPiRus`](https://github.com/resin-io-playground/resinio-PaPiRus) Dockerfile here adapted to work on Debian Stretch (Pi2 / 3) or Raspbian Stretch (Pi 1 / Zero).
Although this is intended for the [PaPiRus](https://www.pi-supply.com/product/papirus-epaper-eink-screen-hat-for-raspberry-pi/) HAT, it successfully works with the [Percheron Electronics E-paper HAT](http://www.percheron-electronics.uk/shop/e-paper-hat/).
## Why
The [`PiSupply/PaPiRus`](https://github.com/PiSupply/PaPiRus) is nice as it gives you Python scripts for various demos and functionality. For example, `papirus-draw image.png -r 180` will render an image rotated 180 degrees to the display. `papirus-clear` will clear the display. This is in addition to the Python2.7 API.
## Installation
To make your own Deskie, [follow the instructions in INSTALL.md](INSTALL.md).
## Credits
This is just an amended version of the following:
- [Resin IO example](https://github.com/resin-io-playground/resinio-PaPiRus)
- [.. using `PiSupply/PaPiRus`](https://github.com/PiSupply/PaPiRus)But I also took inspiration from:
- [@jayniz's embeddedartists-epaper-raspberry-docker](https://github.com/jayniz/embeddedartists-epaper-raspberry-docker)
- [.. based on `embeddedartists/gratis`](https://github.com/embeddedartists/gratis)
- [.. forked from `repaper/gratis`](https://github.com/repaper/gratis/)## License
Copyright 2017 Andrew Nicolaou.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.