A simple tool to convert an image from various format like .png, .bmp, .jpg, .jpeg,... to a EPAPER monochrome display format. The format used here is from left to top to bottom from left, to right, and by grouping 8 bits. It has been develloped in parrallel with the library ESP8266_EPAPER_lib : https://github.com/mtribiere/ESP8266-EPAPER-Lib
You can choose beetween to options : an UI-based, and an CLI-based.
Version | Screenshoot |
---|---|
QT_UI | |
Pure_CPP |
Simply import the Qt project from the "QT_UI" folder inside your install of Qt, and press RUN on the bottom left.
Same as above or,
cd /your/repo/clone/QT_UI/bin
./Epaper_Converter
sudo apt-get update
sudo apt-get install libmagick++-dev
cd /your/repo/clone/Pure_cpp
c++ -o converter main.cpp `Magick++-config --cppflags --cxxflags --ldflags --libs`
sudo apt-get update
sudo apt-get install imagemagick
cd /your/repo/clone/Pure_cpp
./converter yourimage.png threshold
Made with ❤️ by mtribiere