TFT_eSPI icon indicating copy to clipboard operation
TFT_eSPI copied to clipboard

Add support for Lilygo T-Deck.

Open hreikin opened this issue 3 months ago • 2 comments

Adds support for the Lilygo T-Deck device.

hreikin avatar Mar 22 '24 17:03 hreikin

maybe a help for #2647

mmuecke avatar Mar 25 '24 06:03 mmuecke

I tested on another project and confirm that:

  1. all pins definition are ok

2)I did not use the following 2 definitions and also all works fine #define TFT_INVERSION_ON #define TDECK_PERI_GPIO 10

  1. I used #define SPI_READ_FREQUENCY 20000000 with 16000000 as a value and also works fine

richonguzman avatar Apr 12 '24 02:04 richonguzman