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

help using ssPin #1

Open
EslamEldeknawy opened this issue Mar 24, 2018 · 1 comment
Open

help using ssPin #1

EslamEldeknawy opened this issue Mar 24, 2018 · 1 comment

Comments

@EslamEldeknawy
Copy link

hello i'm using this library and already printed pcbs
i need to use pin D10 as input while the library uses it
but on pcb it's not connected to the shift register and the lcd working

@EslamEldeknawy
Copy link
Author

I've found a solution for my issue
By editing Spi library and set ss,LOW
also from my code

Spi.begin(); digitalWrite (ss,LOW);
and i didn't set pin 10 as input but assigned a button to it and it worked :)
I don't know if this right or wrong
But my lcd doesn't use pin 10

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