You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I implemented this Project with an esp32 dev board and an ILI9341 screen. I've set up the TFT_eSPI according to my screen. I took my wirering from this Project which woulnd't work on my ESP https://github.com/JESS2005/ESPotify-Car-Thing .
On my screen it shows the cover, The Artist, the Cover art and the skip and replay buttons. but These two buttons randomly flash green and in spotify it skips / replays the song.
IMG_0306.mp4signal-2024-12-07-130703_002.mp4
My Pin connection from the display to the ESP:
TFT_MISO 19
TFT_MOSI 23
TFT_SCLK 18
TFT_CS 15
TFT_DC 2
TFT_RST 4
TOUCH_CS 21
TOUCH_CLK 18
TOUCH_DIN 23
TOUCH_DO 19
Thank you for your help
The text was updated successfully, but these errors were encountered:
This project might require a different implementation for this type of screen for the touch part, as it's currently written for the CYD that doesn't use touch controls from tft-espi (because it can't)
Hello,
I implemented this Project with an esp32 dev board and an ILI9341 screen. I've set up the TFT_eSPI according to my screen. I took my wirering from this Project which woulnd't work on my ESP https://github.com/JESS2005/ESPotify-Car-Thing .
On my screen it shows the cover, The Artist, the Cover art and the skip and replay buttons. but These two buttons randomly flash green and in spotify it skips / replays the song.
IMG_0306.mp4
signal-2024-12-07-130703_002.mp4
My Pin connection from the display to the ESP:
TFT_MISO 19
TFT_MOSI 23
TFT_SCLK 18
TFT_CS 15
TFT_DC 2
TFT_RST 4
TOUCH_CS 21
TOUCH_CLK 18
TOUCH_DIN 23
TOUCH_DO 19
Thank you for your help
The text was updated successfully, but these errors were encountered: