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

ESP32-2432S028 sdcard not available #634

Open
philippedc opened this issue Nov 2, 2024 · 0 comments
Open

ESP32-2432S028 sdcard not available #634

philippedc opened this issue Nov 2, 2024 · 0 comments

Comments

@philippedc
Copy link

  • MCU or Board name: ESP32 CYD
  • LovyanGFX version: laster as I understand
  • FrameWork version: expressif 2.0.3
  • Build Environment: Arduino IDE version 1.8.16
  • Operating System: windows 10

Hi, I like a lot to use this all in one ESP32 and I like to upgrade projects with animations, so with "sprites". But as I do not understand how to set them, so I'm required to use the original library for those projects I pick up on internet.

For instance the "RollingClock" [https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/tree/main/Examples/Projects/RollingClockWithWifiManager] I added web radio features, and SDCARD to read audio files. It works only if I declare the SPI after the TFT and the Touch Screen.

But for instance with the "retro cassette web radio" https://macsbug.wordpress.com/2023/09/28/retro-style-webradio I can use the SDCARD only in the setup BEFORE any TFT declaration.

I wonder why there is such a difference in working with these 2 libraries, as the Touch Screen and the SDcard have their own SPI pins, default VSPI pins for SDCard and HSPI for the XPT2046_Touchscreen.h library used for the Touch Screen with TFT_eSPI.h

Is there any solution ?
Thanks

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

No branches or pull requests

1 participant