ESP32_ePaper_example icon indicating copy to clipboard operation
ESP32_ePaper_example copied to clipboard

Full featured ePaper library for ESP32 with demo application

Results 11 ESP32_ePaper_example issues
Sort by recently updated
recently updated
newest added

I'm getting the following errors when building: ``` ESP32_ePaper_example on  epd2in13support [✘!] ➜ make all && make flash /Users/sitapati/workspace/ESP32_ePaper_example/components/mkspiffs/Makefile.projbuild:13: warning: overriding commands for target `clean' /Users/sitapati/esp/esp-idf/components/app_update/Makefile.projbuild:53: warning: ignoring old...

Hello, are you considering updating this library to include support for SSD1675A controller and three color EPD displays?

It will write non-matching values into the non-volatile storage area of the display and render it useless. If you've already done it and got a display which seems to be...

Hi, many thanks for the great work of this repo! I tried the example and it is working perfectly on my device. I try to get the examples running in...

Any plans to add partial update feature and also support for 2.3" display?

Trying to get grayscale on 2.7 display. Which part of the code should be modified to achieve it? So far I understood from code that this emulated grayscale is done...

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...

Changed the selection of the LUTs and configuration parameters based on the e-Paper size. Only black and white working for now, no grayscale support (set _gs=0).

Hello, thanks for that great job! I am trying to load img from buffer directly (for later OTA possibilities) but I don't know how to save the img (include img.h...

Not really A issue but what tool did you use to generate the fonts?