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
946 stars 206 forks source link

Platformio support #167

Closed skiphansen closed 2 years ago

skiphansen commented 2 years ago

This PR adds support for building using platformio.

To build cd into the desired example subdirectory and run pio run.

Only the Waveshare_7_5_T7 example has been tested on hardware, but all examples build.

G6EJD commented 2 years ago

Thank you