ESP32_ePaper_example icon indicating copy to clipboard operation
ESP32_ePaper_example copied to clipboard

2.13 Display

Open thisboyiscrazy opened this issue 6 years ago • 3 comments

I am trying this with the 2.13 Display (https://www.waveshare.com/wiki/2.13inch_e-Paper_HAT) and it only changes the right 1/4 of the display.

I tried setting _gs = 0, _width = 250, and _height = 128 to no avail.

Any help would be appreciated.

thisboyiscrazy avatar Apr 27 '18 15:04 thisboyiscrazy

I made a pull request (#10) to add support for 2.13" display from Waveshare. Only black and white working for now, no grayscale.

fabiomarini avatar Oct 28 '18 14:10 fabiomarini

Thank I modified the code to get it to work for me but I will take a look at yours. (I am sure you did a better job than me).

On Sun, Oct 28, 2018 at 10:52 AM Fabio Marini [email protected] wrote:

I made a pull request (#10 https://github.com/loboris/ESP32_ePaper_example/pull/10) to add support for 2.13" display from Waveshare. Only black and white working for now, no grayscale.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/loboris/ESP32_ePaper_example/issues/6#issuecomment-433712558, or mute the thread https://github.com/notifications/unsubscribe-auth/AAml3NJp_aK0Kr58ouC9myINLikkIiYiks5upcS5gaJpZM4TqkBW .

thisboyiscrazy avatar Oct 29 '18 16:10 thisboyiscrazy

I just pushed a new commit that adds the support for grayscale emulation on the 2.13" e-paper display.

fabiomarini avatar Nov 25 '18 16:11 fabiomarini