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

is Mini Grafx library still used? #166

Closed skiphansen closed 2 years ago

skiphansen commented 2 years ago

As a learning exercise I'm writing platformio configuration files for all of the examples. With the display I have the only example I can actually run is Waveshare_7_5_T7.

The way I read the README only the Waveshare_7_5 projects use the GxEPD2 library and the other projects use the Mini Grafx library instead. However I find that all of the projects seem to build fine with the GxEPD2 library.

The getting started page for the Mini Grafx library says to include "MiniGrafx.h", but I don't find any references to it in any of the examples.

Hence my question.

73's Skip

BTW I just got my display running and it looks fantastic ... of course it was the great esthetics of your project that attracted me initially. Good job!

G6EJD commented 2 years ago

Thanks Skip, I've amended the Readme accordingly