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

https://github.com/amancevice/e-paper

Tools for working with waveshare UART e-Paper display
https://github.com/amancevice/e-paper

Last synced: 29 days ago
JSON representation

Tools for working with waveshare UART e-Paper display

Awesome Lists containing this project

README

        

# e-Paper

Tools for working with waveshare UART e-Paper display

## Bitmapper

Convert image to grayscale bitmap

```bash
docker-compose run --rm -T bitmapper < INFILE > OUTFILE.BMP
```