jamct / DoorsignEPD

Doorsign with E-Paper-Display with ESP32. Loading images from webserver.
GNU General Public License v3.0
100 stars 36 forks source link

Support for b/w/r display #4

Closed tne38 closed 6 years ago

tne38 commented 6 years ago

Hello, may you want to use parts of my solution for supporting the three color display from Waveshare.

regards tne38

jamct commented 6 years ago

Hi, we did the same work at the same time. I´m currently working on three-colors as well an will commit in next minutes.

jamct commented 6 years ago

The chunking-problem should be solved by adding content-length header server side. Don´t want to go back to HTTP1.0 - HTTP1.1 is useful when you have multiple web sites running on one IP-address. Server can decide which site to deliver by host name.