danielkucera / epaper-station

58 stars 8 forks source link

epaper-station

Contains PC based controll software for epaper display protocol by @dmitrygr (http://dmitry.gr/index.php?r=05.Projects&proj=29.%20eInk%20Price%20Tags)

Dongle firmware

Display firmware

Install

apt install python3-serial python3-pycryptodome python3-pil

Run

python3 station.py

Docker

Build your own

docker build -t epaper-station:latest .
docker run --device=/dev/<tty>:/dev/<tty> -e EPS_PORT=/dev/<tty> epaper-station

Use prebuilt image

docker run --device=/dev/<tty>:/dev/<tty> -e EPS_PORT=/dev/<tty> ghcr.io/danielkucera/epaper-station:master

Usage

Possible improvements

License

Copyright (c) 2022 Daniel Kucera

THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED OR IMPLIED. ANY USE IS AT YOUR OWN RISK.

Permission is hereby granted to use or copy this program for any purpose, provided the above notices are retained on all copies. Permission to modify the code and to distribute modified code is granted, provided the above notices are retained, and a notice that the code was modified is included with the above copyright notice.