Search found 2 matches

by sculblaca
Sat Aug 25, 2018 10:34 am
Forum: ESP-IDF
Topic: Displaying a Website on E-Ink using an ESP32 dev board
Replies: 3
Views: 7151

Re: Displaying a Website on E-Ink using an ESP32 dev board

Thanks for your insights ESP_Sprite! I haven't really thought about the memory usage so that explains why I couldn't find anything on the web. Letting the server do the conversion seems to be the way to go, so I guess I'll take at look at that.

Thanks again for your quick replies.
Until next time :-)
by sculblaca
Fri Aug 24, 2018 9:51 am
Forum: ESP-IDF
Topic: Displaying a Website on E-Ink using an ESP32 dev board
Replies: 3
Views: 7151

Displaying a Website on E-Ink using an ESP32 dev board

Hello everybody! I am currently working on a project for university. Part of it is displaying a website (one single day of a calendar website to be specific) on a 7.5inch e-ink display which is powered by an ESP32 dev board. Connecting the ESP32 and the e-ink display is a Waveshare E-Paper HAT. The ...