TFT_eSPI
TFT_eSPI copied to clipboard
M5stack Core S3
H
Hi I'm trying to use TFTe_SPI with my m5stack core s3 but it does not work. I also tried to adapt the solution for Core 2 with no success. Please advise.
Are you using Arduino IDE? What do you get from serial monitor?
I use platformio. when I run tft.init() I get a Guru panic error and it reboots in a loop. I tried "#define USE_HSPI_PORT" but that doesn't help.
----- Mail original ----- De: "Basitadam" @.> À: "Bodmer/TFT_eSPI" @.> Cc: "lidense" @.>, "Author" @.> Envoyé: Mercredi 5 Février 2025 20:11:48 Objet: Re: [Bodmer/TFT_eSPI] M5stack Core S3 (Issue #3648)
Are you using Arduino IDE? What do you get from serial monitor?
— Reply to this email directly, view it on GitHub , or unsubscribe . You are receiving this because you authored the thread. Message ID: <Bodmer/TFT_eSPI/issues/3648/2637807414 @ github . com>
For PlatformIO I believe you need to add the define to flags. Like
-DUSE_HSPI_PORT
or
-DUSE_HSPI_PORT=1
Can you send your full list of flags?
I tried that but I still get a crash. Regards
----- Mail original ----- De: "Basitadam" @.> À: "Bodmer/TFT_eSPI" @.> Cc: "lidense" @.>, "Author" @.> Envoyé: Jeudi 6 Février 2025 06:13:14 Objet: Re: [Bodmer/TFT_eSPI] M5stack Core S3 (Issue #3648)
For PlatformIO I believe you need to add the define to flags. Like -DUSE_HSPI_PORT
or -DUSE_HSPI_PORT=1
— Reply to this email directly, view it on GitHub , or unsubscribe . You are receiving this because you authored the thread. Message ID: <Bodmer/TFT_eSPI/issues/3648/2638855612 @ github . com>