/esp8266epaperebookreader

I always wanted to build an ebook reader myself - this variant is one where the rendering happens on a server and the display is controlled by an ESP8266 that fetches the image and displays ist. This is the code for the ESP8266

Primary LanguageC++OtherNOASSERTION

esp8266epaperebookreader

GitHub release GitHub tag GitHub license GitHub issues GitHub issues-closed contributions welcome GitHub contributors Github All Releases Website elbosso.github.io

big picture

The code here trusts that there is a web server accessible using HTTP 1.0 requests for getting image files in the format PBM. The code is binary/ascii agnostic as far as the images are concerned, so both types (P1 and P4) are valid and accepted