-
Reading an image bitmap file from the web using ESP8266 and C++
There are a couple of different ways to do it, but I wanted to do it after a simple image example, to understand a bit better how reading a stream from the web to get as far as the pixel information and send it to a display. As a reference then I started with ZinggJM/GxEPD…