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

wiring conflict in examples. #46

Open
FreddyJohn opened this issue May 16, 2020 · 0 comments
Open

wiring conflict in examples. #46

FreddyJohn opened this issue May 16, 2020 · 0 comments

Comments

@FreddyJohn
Copy link

FreddyJohn commented May 16, 2020

tfpaint:
// D0 connects to digital pin 8
// D1 connects to digital pin 9
#define YM 9
#define XP 8

and

#define YP A3
#define XM A2
#define LCD_CS A3
#define LCD_CD A2

This is needless confusing.

tftbmp:
#define SD_CS 10
#define LCD_CS A3

there is a CS on 8 bit side and a CS on SPI side along with a CSS.
which is it? Very simple to be specific.

//connect the SD card with DI going to pin 11, DO going to pin 12 and SCK going to pin 13
I think you mean mosi, miso, and clk? you know how it says on the board that you produce?

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