micropython-waveshare-epaper icon indicating copy to clipboard operation
micropython-waveshare-epaper copied to clipboard

MicroPython drivers for Waveshare e-paper modules

Results 21 micropython-waveshare-epaper issues
Sort by recently updated
recently updated
newest added

The protocol from the old version of the 7.5 inches screen is not compatible with V2. I made it using the official repository examples and the epaper7in5.py file as guides...

Partial updates seem to be available with the epaper screen, but I'm having some trouble implementing them. https://github.com/elad661/rpi_epd2in7/blob/master/rpi_epd2in7/epd.py Has them implemented on RPI using PIL, I've got something started with...

I bought a LILYGO® T5-2.66 inch E-paper and I do not find any code for it. Anyone here does know how to program one? Regards, Rob Oudendijk

I'm using the epaper2in9.py file to write to a waveshare 2.9inch V1 epaper module via a NodeMCU. I'm using pymakr in vscode to connect to the device. When I'm connected...

I am try to drive epaper with esp8266, but failed... ### Hardware - ESP 8266 C2102 - waveshare epaper 2in13 ### Code - main.py ``` python import epaper2in13 from machine...

Hi, I've spent some time getting a version 2 Waveshare 2.13" working and thought it might be useful to someone else :) I've seen a few forum posts referencing this...

I have the following code in micropython that is running on my Espressif ESP32-PICO-KIT. To this I have attached a WaveShare 1.54" ePaper display (supporting red color). When I reach...

[This line](https://github.com/mcauser/micropython-waveshare-epaper/blob/24c454cdd004c273d8dc3349ec365e87dec371ea/epaper2in7.py#L93) throws `NameError: name 'LUT_BW' isn't defined`. Should it read: ```python LUT_BW = LUT_WW ``` ?

When I use it, I can only display it vertically. I need to display it horizontally. What should I do?Thanks

Thanks for developing these, I am using the 1.54" however it would be very useful if I could rotate the display, but I can't seem to find any reference in...