https://github.com/yskoht/raspberry-epaper
A tool to easily use waveshare's e-paper module with Raspberry Pi.
https://github.com/yskoht/raspberry-epaper
epaper raspberry-pi waveshare
Last synced: 10 months ago
JSON representation
A tool to easily use waveshare's e-paper module with Raspberry Pi.
- Host: GitHub
- URL: https://github.com/yskoht/raspberry-epaper
- Owner: yskoht
- License: mit
- Created: 2021-10-17T06:33:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T22:57:56.000Z (about 4 years ago)
- Last Synced: 2025-03-14T02:48:30.464Z (11 months ago)
- Topics: epaper, raspberry-pi, waveshare
- Language: Python
- Homepage:
- Size: 3.79 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raspberry e-paper utility
A tool to easily use waveshare's e-paper module with Raspberry Pi.
## Install
```sh
pip install raspberry-epaper
```
## Usage
### print
Display the image file.
```sh
# For example, when using 7.5inch e-Paper HAT
$ epaper print --device="epd7in5" picture.png
```
Randomly display the image file in a directory.
```sh
$ epaper print --device="epd7in5" directory
```
Display a text file.
```sh
$ epaper print --device="epd7in5" sentence.txt
```
Overlay the QR code on the image.
```sh
$ epaper print --device="epd7in5" --qr="information about the picture" picture.png
```
Show help.
```sh
$ epaper print --help
```
### modules
Show available e-paper modules.
```sh
$ epaper modules
```
### version
Show version.
```sh
$ epaper version
```
## License
This software is released under the MIT License, see LICENSE.
Fonts are licensed under the SIL Open Font License, Version 1.1.