Bodmer/TFT_eFEX

TFT_eFEX does not support ESP32-C3

ernst77 opened this issue · 2 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

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?

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?