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

Support Full-Duplex SPI on ili9341 and xpt2046 ESP32 drivers #80

Closed
amirgon opened this issue Jun 26, 2020 · 2 comments
Closed

Support Full-Duplex SPI on ili9341 and xpt2046 ESP32 drivers #80

amirgon opened this issue Jun 26, 2020 · 2 comments
Labels

Comments

@amirgon
Copy link
Collaborator

amirgon commented Jun 26, 2020

When SPI bus is shared with other devices, it might be useful to configure it as full-duplex.
Currently it's configured as half-duplex because half-duplex supports the dummy-bit workaround with speeds up to 80Mhz.
However, since ili9341 only writes, we could configure it to full-duplex and enable the SPI_DEVICE_NO_DUMMY bit to support up to 80Mhz write only.

Half duplex configuration may be related to difficulties supporting SPI SD card on the same bus with ili9341.

Related:

@stale
Copy link

stale bot commented Jul 18, 2020

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale This will not be worked on label Jul 18, 2020
@amirgon amirgon removed the stale This will not be worked on label Jul 18, 2020
@stale
Copy link

stale bot commented Aug 8, 2020

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale This will not be worked on label Aug 8, 2020
@amirgon amirgon removed the stale This will not be worked on label Aug 8, 2020
@amirgon amirgon added the pinned label Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant