fxmike08
fxmike08
I have same problem with a 2.13" [display](https://docs.wemos.cc/en/latest/d1_mini_shiled/epd_2_13.html). If I'm doing _e.display_frame()_ within a _while block_ I'm able to see a gray rectangle and the _e.init()_ it's clearing it. But...
@Werner-G I think we have same hardware setup. Found a thread of you ... I have Lolin d32 with the above display connected view tft cable. I have a display...
For IL3897 controller, working with Lolin D32 PRO connected via TFT : epaper2in13.py ``` from micropython import const from machine import SPI, Pin from time import sleep_ms import ustruct #...
@Werner-G Added that import to the above example. If I use framebuf.MONO_VLSB is showing some random lines. Not sure why is not working for you. Do you have same hardware...
Yes, arduino-code works fine and its working full and partial update. I have MicroPython [v1.11](https://github.com/micropython/micropython/tree/v1.11) . This was compiled by me . I need to be able to compile micropython...
[mpython1.1.tar.gz](https://github.com/mcauser/micropython-waveshare-epaper/files/4177624/mpython1.1.tar.gz) The archive contain the firmware v1.11 and main.py and the epaper2in13.py Please try first without reflash by using main.py and epaper2in13.py (I think it was a problem somewhere). In...
For those that are struggling with mirroring problem, I think there is a problem with framebuf. I've found a [thread ](https://forum.micropython.org/viewtopic.php?f=15&t=7683) about this.