Skip to content

waveshare_esp32_s3_geek: fix SPI busses and board_init() #10164

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

Merged
merged 1 commit into from
Mar 22, 2025

Conversation

Neradoc
Copy link

@Neradoc Neradoc commented Mar 22, 2025

Adds board.SPI for the display SPI bus, and use it in board.c.

Previously the code accidentally instantiated both the SD bus (board.SD_SPI) and overwrote it with the display bus in display_init(), making the SD pins unusable. I can't test it.
Should fix #10161

(fixed rebase shenanigans... I think)

@RetiredWizard
Copy link

still works fine 😁

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this fix and thanks to @RetiredWizard for testing!

@dhalbert dhalbert merged commit 8f51959 into adafruit:9.2.x Mar 22, 2025
16 checks passed
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

Successfully merging this pull request may close these issues.

3 participants