lmarzen / esp32-weather-epd

A low-power E-Paper weather display powered by an ESP32 microcontroller. Utilizes the OpenWeatherMap API.
GNU General Public License v3.0
2.33k stars 179 forks source link

Can it work on a larger E-ink display? #72

Closed vitality82 closed 5 months ago

vitality82 commented 5 months ago

The use case would be hanging the panel on a wall, with a custom wooden frame, which doesn't make sense for a small display. Refresh would be once a day and I assume the sensor for indoor data can be excluded (as well from the interface) ?

lmarzen commented 5 months ago

Unfortunately, only the displays listed in the readme are currently supported. Support could be added for a larger panel, but significant effort would be required to scale and position icons and text appropriately.

vitality82 commented 5 months ago

Thanks Luke!