TFT_eSPI icon indicating copy to clipboard operation
TFT_eSPI copied to clipboard

M5stack Core S3

Open lidense opened this issue 10 months ago • 5 comments

H

lidense avatar Feb 05 '25 08:02 lidense

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.

lidense avatar Feb 05 '25 08:02 lidense

Are you using Arduino IDE? What do you get from serial monitor?

Basitadam avatar Feb 05 '25 19:02 Basitadam

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>

lidense avatar Feb 05 '25 22:02 lidense

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?

Basitadam avatar Feb 06 '25 05:02 Basitadam

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>

lidense avatar Feb 06 '25 08:02 lidense