VS1053 with Lilygo S3 display #46
Answered
by
pschatzmann
AndrewInEssex
asked this question in
Q&A
-
Hi all, I'm trying to get a VS1053 board connected to a Lilygo T-Display S3. The Lilygo is ESP32 based but the SPI pins (MOSI/MISO) aren't exposed on the board - presumably they're used for the built in display. There's a second SPI interface (on pins 10-13) which are exposed, but does anyone know how I configure the drivers to use these pins? |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Feb 28, 2025
Replies: 1 comment 3 replies
-
On the Arduino ESP32 you can use any pin for SPI!
Just google the topic for more details! |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On the Arduino ESP32 you can use any pin for SPI!
Just google the topic for more details!