Skip to content

waveshare_esp32_s3_geek: fix SPI busses and board_init()#10164

Merged
dhalbert merged 1 commit intoadafruit:9.2.xfrom
Neradoc:fix-waveshare_esp32_s3_geek
Mar 22, 2025
Merged

waveshare_esp32_s3_geek: fix SPI busses and board_init()#10164
dhalbert merged 1 commit intoadafruit:9.2.xfrom
Neradoc:fix-waveshare_esp32_s3_geek

Conversation

@Neradoc
Copy link
Copy Markdown

@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
Copy Markdown

still works fine 😁

Copy link
Copy Markdown
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