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

Clarification Connections #61

Open
Tokn59 opened this issue Sep 6, 2017 · 0 comments
Open

Clarification Connections #61

Tokn59 opened this issue Sep 6, 2017 · 0 comments

Comments

@Tokn59
Copy link

Tokn59 commented Sep 6, 2017

Hello, thank you for sharing this with us !

I need some clarification on the connections to an ESP8266-E12 with a single LCD :

Display side | ESP8266(NodeMCU 0.9) pin

CS | 16 <- This is GPIO16 so PIN D0 ?
A0 | 5 <- This is GPIO05 so PIN D1 ?
RESET | 10K to +3v3 <) R 10 K between PIN and 3.3 V ?
SCK | D5 (sclk)
SDA | D7 (mosi)
LED | 100R to +5V
GND | gnd
VCC | +5V <- Not 3.3 V ???

Is this correct ?

In the code I see the following pin assignments :
#define __CS 10
#define __DC 9
#define __RST 2

What should these be for ESP8266 ?

Thanks !!!

Tony

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

1 participant