Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tanahy
Copy link

@tanahy tanahy commented Aug 10, 2020

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
Copy link

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

@luckylu
Copy link

luckylu commented Dec 12, 2021

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
Copy link

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
Copy link

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
Copy link

luckylu commented Jan 28, 2024

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants