You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Josef Dabrowski 0059dda861
initial upload
7 years ago
1596.JPG initial upload 7 years ago
DejaVuSans.ttf initial upload 7 years ago
DejaVuSansMono.ttf initial upload 7 years ago
EinkPaper.py initial upload 7 years ago
FreeMonoBold.ttf initial upload 7 years ago
bwImg.bmp initial upload 7 years ago
calvin.jpg initial upload 7 years ago
epd7in5b.py initial upload 7 years ago
epd7in5b.pyc initial upload 7 years ago
epdif.py initial upload 7 years ago
epdif.pyc initial upload 7 years ago
glitch.jpg initial upload 7 years ago
imagedata.py initial upload 7 years ago
img1.jpg initial upload 7 years ago
img3.jpg initial upload 7 years ago
imgBlack.bmp initial upload 7 years ago
imgBlackWidget.bmp initial upload 7 years ago
imgYellow.bmp initial upload 7 years ago
imgYellowWidget.bmp initial upload 7 years ago
main.py initial upload 7 years ago
readme.md initial upload 7 years ago
rsImg.bmp initial upload 7 years ago
widget.py initial upload 7 years ago
widget.pyc initial upload 7 years ago

readme.md

Run EinkPaper.py to start the program. To run in test mode, add argument -t or --test. Test mode will save generated images to the working directory rather than export them to an external display. Test mode will auto run if no external display package is detected.

EinkPaper.py will construct widget classes from widgets.py. Widgets are constructed in the initWidgets() function in EinkPaper.py.

The image widget is currently set to resize (to fit the whole image on the widget w/ no cropping), then to either monochrome or greyscale dither the image as specified in initWidgets(). The zoom function is currently broken and to be fixed.