Wilson
Wilson
Sorry, there are no plans to adapt to other devices at present, you can try to port the driver, need to pay attention to the SPI communication aspect.
[epd7in5b_V2](https://github.com/waveshare/e-Paper/tree/master/Arduino/epd7in5b_V2) is applicable to your screen. Note that you need to select "4-line SPI".
You can use "Image2Lcd" to convert images into arrays.
Hello, now as well as normal upload data manual. [Datasheet](https://www.waveshare.com/w/upload/9/99/7.3inch_e-Paper_%28G%29_Specification.pdf) Due to lack of memory, Paint class has not been ported. You can refer to the Raspberry Pi program.
Hello, does the direct run routine display correctly? Looks like Paint didn't port well. I'll check later.
Check the dip switch on the board, 'Interface Config' should set up '0', 'Display Config' can adjust the refresh effect.
Why not? Please submit your PR and be happy to accept.
This plan will be carried out when we exit the module of pico interface, thank you for your support.
C or MicroPython? C language can be used `void Paint_SetRotate(UWORD Rotate);` There's no way to spin it in MicroPython right now, but we're working on it.
Thanks for your feedback, it has been added #12