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

### Board:ESP32 ### Display:Waveshare Ink 2.13inch/2.9inch ### I modified your 4.2 part of the code and modified some of the pins. When it worked with epaper2in9.py, my display worked perfectly....

As it says in the title, epdif is undefined. I tried this: def set_rotate(self, rotate): if (rotate == ROTATE_0): self.rotate = ROTATE_0 self.width = EPD_WIDTH self.height = EPD_HEIGHT elif (rotate...

I'd like to use this with [Badgy rev 2C](https://github.com/sqfmi/badgy) which I think requires a new version of the epaper2in9 driver. Does that sound right? If so, any tips on modifying...

which program i am able to build the Bytearray for the Image ? Thx. Det

Hello, I have done a pull request,but I'm not familiar with github, not sure ir has worked! So I just repeat here, found 2 bugs in epaper2in13b.py all reference to...

Pin methods were renamed from high/low to on/off on some ports. ``` AttributeError: 'Pin' object has no attribute 'low' ``` [Release 1.9](https://github.com/micropython/micropython/releases/tag/v1.9)

Hello. I found working code on this page: https://forum.micropython.org/viewtopic.php?f=18&t=6319&hilit=epaper+rotate#p36068 But it only works with the resolution of 212 x 104 and then only in one corner of the e-paper. This...

Hey guys, I'm trying to get this display to connect and it's erroring out on the SPI line in the sample code for the 4.2 inch display. Pasting line by...

Hello, I wonder if there is any support for the V2 version of the 4.2inch e-Paper Module (B) and samples for PicoPi? Many thanks

V4 displays made major changes to the commands, at least for 2.13-B_V4. However, I cannot find what the actual changes are. Does anyone know?