This code is a fork from Sprite_tm's ESPeink project. I only made minor changes and added a script to be able to compile it against up to date esp-open-sdk.
git clone https://github.com/Oliv4945/eink.git
cd eink
./setup.sh
Then the firmware should be compiled (in firmware/
), and the statics file generated in webpages.espfs
.
Edit the Makefile according to your board.
None
- No specific reset procedure, done by yourselfck
wifio
nodemcu
- NodeMCU and Wemos Mini D1 boards Then make flash
, and make htmlflash
The current code use an old SDK (1.0.1), I converted it to the last one (2.0.0) but the code need some cleanup before pushing it.
This code uses esphttpd, which needs Heatshrink. To get the code for Heatshrink, do: git submodule init git submodule update
This code is licensed under the Beer-Ware license, as indicated in the sources.