luc-github / ESP3D-TFT

ESP3D Firmware for ESP32 based TFT
GNU General Public License v3.0
38 stars 9 forks source link

Add support for ESP32_3248S035C and ESP32_3248S035R #28

Closed serisman closed 1 year ago

serisman commented 1 year ago

This PR adds support for the two 3.5" Sunlon TFT displays.

Most of the code was copy/paste from other hardware targets, with a few tweaks and minor changes.

They will require a PSRAM hardware mod to be truly usable, but in the current state everything except the SD card seems to be working ok.

There are probably still some optimizations to do, especially with the GT911 capacitive touch sensor. I noticed it uses a fair amount of CPU compared to the XPT2046 touch sensor. It might be due to the lack of IRQ support in the current code.

luc-github commented 1 year ago

Merged - thank you