yskoht / raspberry-epaper

A tool to easily use waveshare's e-paper module with Raspberry Pi.
MIT License
2 stars 0 forks source link
epaper raspberry-pi waveshare

Raspberry e-paper utility

A tool to easily use waveshare's e-paper module with Raspberry Pi.

Install

pip install raspberry-epaper

Usage

print

Display the image file.

# For example, when using 7.5inch e-Paper HAT
$ epaper print --device="epd7in5" picture.png

Randomly display the image file in a directory.

$ epaper print --device="epd7in5" directory

Display a text file.

$ epaper print --device="epd7in5" sentence.txt

Overlay the QR code on the image.

$ epaper print --device="epd7in5" --qr="information about the picture" picture.png

Show help.

$ epaper print --help

modules

Show available e-paper modules.

$ epaper modules

version

Show version.

$ 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.