EPD_Libraries
EPD_Libraries copied to clipboard
A set of adapted Arduino libraries for Waveshare ePaper displays for ESP8266 and ESP32
Does anyone know why these two have such a different approach to LUTs - https://github.com/Bodmer/EPD_Libraries/blob/master/epd4in2/epd4in2.cpp https://github.com/Bodmer/EPD_Libraries/blob/master/epd2in9/epd2in9.cpp The former has lut_vcom0, lut_ww (white->white), lut_bw (black->white), etc, whereas the latter has lut_full_update...
Will there ever be support for the 2.66 inch EPD black/white/red from Waveshare? For reference: https://www.waveshare.com/wiki/2.66inch_e-Paper_Module_(B) Or is there a (easy) way to adept one of the existing sizes from...
Hi, I was hoping you could help me figure out the following issue: When I install this library via platformio, with the following platformio.ini: ``` framework = arduino lib_deps =...
Black border (frame) appears when 2.9 inch b/w EPD is initialised. You have a register BORDER_WAVEFORM_CONTROL defined in epd2in9.h, but you do not send any data to it to remove...