The Wayback Machine - https://web.archive.org/web/20201016171547/https://github.com/Oliv4945/eink
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Introduction

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.

How to install the tools

  1. Clone the project git clone https://github.com/Oliv4945/eink.git
  2. Go to the new directory cd eink
  3. Run the setup, it will donwload and parameter all tools ./setup.sh
  4. Wait... from 30 to 60 min

Then the firmware should be compiled (in firmware/), and the statics file generated in webpages.espfs.

Upload

Edit the Makefile according to your board.

  • None - No specific reset procedure, done by yourself
  • ck
  • wifio
  • nodemcu - NodeMCU and Wemos Mini D1 boards

Then make flash, and make htmlflash

TODO

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.

Original README from Sprite_tm

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.

About

Fork of Sprite_tm E-Ink ESP8266 project. Sanitized and updated to compile with current tools (01/2017)

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.