An open API service indexing awesome lists of open source software.

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.

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.