Bodmer / TFT_eFEX

A support library for TFT_eSPI that adds commonly used extra functions
Other
83 stars 27 forks source link

TFT_eFEX does not support ESP32-C3 #44

Open ernst77 opened 2 years ago

ernst77 commented 2 years ago

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

Bodmer commented 2 years ago

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.

Tinyu-Zhao commented 1 year ago

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?