Skip to content
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

lcd12864 pin link #1

Closed
cx4 opened this issue Nov 26, 2019 · 3 comments
Closed

lcd12864 pin link #1

cx4 opened this issue Nov 26, 2019 · 3 comments
Assignees

Comments

@cx4
Copy link

cx4 commented Nov 26, 2019

Mx2qWF.md.jpg
I have an LCD screen, which is driven by st7565, but I don't know how to connect the line with micropython

@cx4
Copy link
Author

cx4 commented Nov 26, 2019

pin
RST CS D7 D6 D5 D4 D3 D2 D1 D0 WR RD RS _ VCC GND

@nquest
Copy link
Owner

nquest commented Jun 24, 2020

This is an 8-bit bi-directional data bus that connects to an 8-bit or 16-bit standard MPU data bus. When the serial interface (SPI-4) is selected (P/S = “L”) : D7 : serial data input (SI) ; D6 : the serial clock input (SCL). D0 to D5 should be connected to VDD or floating. When the chip select is not active, D0 to D7 are set to high impedance.

@nquest
Copy link
Owner

nquest commented Jun 24, 2020

You need to find a P/S pin. Maybe as solder jumper, maybe on ribbon cable.

@nquest nquest self-assigned this Dec 22, 2020
@nquest nquest closed this as completed Dec 22, 2020
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

No branches or pull requests

2 participants