G6EJD / ESP32-e-Paper-Weather-Display

An ESP32 and 2.9", 4.2" or 7.5" ePaper Display reads Weather Underground data via their API and then displays the weather
Other
959 stars 206 forks source link

Support for HD screens #132

Closed madnat closed 3 years ago

madnat commented 3 years ago

Hi there

Great project - thanks for sharing. Just checking of there are any plans to support the HD versions of the Waveshare ePaper screens like this one: https://www.waveshare.com/product/displays/e-paper/epaper-1/7.8inch-e-paper-hat.htm - 1872x1404 would produce the space and resolution to have some wonderful content.

Thanks again

G6EJD commented 3 years ago

The support for that display is dependent on the GxEPD2 library and until he gets a display support won’t be provided, sorry.

madnat commented 3 years ago

Thanks for the quick reply - I do see that in release 1.2.14 of the driver added support for the 6" 1448x1072 ED060KC1 on Waveshare e-Paper IT8951 Driver HAT. Would your application drive that display? Thank you

G6EJD commented 3 years ago

Yes the application will support that screen size, albeit the display area is significantly larger and so would need to be either re-sized or the layout changed to accommodate the extra space.