Hi
I want to display an openHAB dashboard on an ePaper display. For this, I’ve built an HTTP API which provides this dashboard as a screenshot. Now I need to transfer this image into my Raspberry Pi Pico W (where ESPHome is running with an attached Waveshare display).
I’m aware of a pending PR that adds the ability to render an image from an URL. However, it does not yet support RP2040, so I’m looking for an alternative way of pushing an image onto the Pico every x minutes so that it can be displayed and updated.