-
Notifications
You must be signed in to change notification settings - Fork 42
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
Sharp Display SPI RP2040 #31
Comments
SPI on RP2040 works: I have used it extensively with various displays. I recommend specifying the pins to use as the defaults are undocumented. Please could you post your |
I receive an error
When replacing with SoftSpi to try and get around the LSB I get
|
I can replicate this. You have indeed found a bug in the RP2 implementation of SPI. The Sharp displays require LSB-first implementation of SPI and, as you have discovered, this is unsupported. (My testing was with STM, before RP2 was available). I will raise an issue. |
I'm afraid we're in the hands of the maintainers now. |
It seems that there is an issue initializing the SPI in the sharp driver on the RP2040. I've tried switching to SoftSPI for the SPI.LSB with no success.
I'm not too experienced with MicroPython so I may looking in the wrong spot.
Possibly adding a setup example for the Sharp displays could help.
The text was updated successfully, but these errors were encountered: