TFT_eFEX icon indicating copy to clipboard operation
TFT_eFEX copied to clipboard

TFT_eFEX does not support ESP32-C3

Open ernst77 opened this issue 3 years ago • 3 comments

Seems like it is unable to compile for esp32-c3. I've tested on other boards and it worked fine.

IDE: Arduino Version: 2.4.72 Processor: ESP32-c3-32s TFT Driver: ST7735S 80x160 Interface: SPI

image

Setup43_ST7735_ESP32_C3.h.zip

screen_small.zip

ernst77 avatar Jul 28 '22 16:07 ernst77

This is a compatibility issue with TFT_eFEX and the jpeg decoder implementation which relies on decoder software built in to the original ESP32 ROM.

I will add a switch that disables that functionality for the later ESP32 C3/S2/S3 processors.

Bodmer avatar Jul 28 '22 17:07 Bodmer

Hi, do you plan to do ESP32 S3 support at this time?

This is a compatibility issue with TFT_eFEX and the jpeg decoder implementation which relies on decoder software built in to the original ESP32 ROM.

I will add a switch that disables that functionality for the later ESP32 C3/S2/S3 processors.

Hi, do you plan to do ESP32 S3 support at this time?

TinyuZhao avatar Jul 20 '23 15:07 TinyuZhao