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
- Host: GitHub
- URL: https://github.com/amancevice/e-paper
- Owner: amancevice
- License: mit
- Created: 2020-11-24T03:48:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-05T21:34:50.000Z (over 4 years ago)
- Last Synced: 2025-02-10T18:11:34.597Z (3 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```