mcauser / micropython-waveshare-epaper

MicroPython drivers for Waveshare e-paper modules
MIT License
310 stars 79 forks source link

Added library and example for the 7.5 inches Version 2 (7in5_V2) screen #12

Open tanahy opened 3 years ago

tanahy commented 3 years ago

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 so it's very similar overall. I tried to maintain the naming conventions used before.

taylen321 commented 3 years ago

Thank You! This is exactly what I've been looking for!

luckylu commented 2 years ago

test.py have some mistakes, correct with below codes and it works! sck = Pin(13) miso = Pin(19) mosi = Pin(14) dc = Pin(27) cs = Pin(15) rst = Pin(26) busy = Pin(25)

JohnnyTank commented 1 year ago

I can't allocate enough memory to run the example. I am using the e-paper esp Driver Board from waveshare and uPyCraft V1.1

josericardodainese commented 5 months ago

test.py have some mistakes, correct with below codes and it works! sck = Pin(13) miso = Pin(19) mosi = Pin(14) dc = Pin(27) cs = Pin(15) rst = Pin(26) busy = Pin(25)

Can u helpe me?

I bought this board https://www.waveshare.com/wiki/E-Paper_ESP32_Driver_Board#Support from your brand on aliexpress and I'm working with this display https://pt.aliexpress.com/item/1005004369892606.html?spm= a2g0o.order_list.order_list_main.22.5200caa4RLIa4Q&gatewayAdapt=glo2bra this code doesn't work

luckylu commented 5 months ago

test.py have some mistakes, correct with below codes and it works! sck = Pin(13) miso = Pin(19) mosi = Pin(14) dc = Pin(27) cs = Pin(15) rst = Pin(26) busy = Pin(25)

Can u helpe me?

I bought this board https://www.waveshare.com/wiki/E-Paper_ESP32_Driver_Board#Support from your brand on aliexpress and I'm working with this display https://pt.aliexpress.com/item/1005004369892606.html?spm= a2g0o.order_list.order_list_main.22.5200caa4RLIa4Q&gatewayAdapt=glo2bra this code doesn't work

I don't use esp32 board anymore.Because I can't allocate enough money to display large image.So I bought a raspberry pi zero 2w. Then run official examples in this repo https://github.com/waveshareteam/e-Paper/tree/master/RaspberryPi_JetsonNano/python/examples Hopefully it can help you

josericardodainese commented 5 months ago

made it using the official repository examples and the epaper7in5.py file as guides so it's very similar overall. I tried to maintain

I have a raspberry pi zero w here, I will need to buy a new driver board? Can ou help me choose a correct maybe in aliexpress that works with this screen https://pt.aliexpress.com/item/1005004369892606.html?spm= a2g0o.order_list.order_list_main.22.5200caa4RLIa4Q&gatewayAdapt=glo2bra

I'm facing some problems with getting stuck in busy, I'm afraid this screen is not compatible or has problems.