Skip to content

Problem with ESP32 and ili9488 capacitive-GT911 touch screen #2347

Discussion options

You must be logged in to vote

To whom may be interested. I already manage to make the capacitive ILI9488 work on a DOIT ESP32 devkit v1; the code below is an example based on TFT_eSPI, TJpg_Decoder and TAMC_GT911 libraries. All you need to do is to insert in the code the filenames of the jpg images (480x320) you want to show on the TFT from the SD card. Each image will appear on the TFT after each touch; the only issue I have is that it seems that single touches are detected as double touches, I do not know why. Any help or comments are welcome, thanks!

Wiring:
TFT Pin number on ESP32
Vcc 3.3V
GND GND
CS 14
RST 16
D/C 17
MOSI 23
SCK 18
LED 3.3V
MISO not connected
TOUCH
Int 2
SDA 21
RST 15
SCL 22
SDcard reader
CS 5
MOS…

Replies: 4 comments 23 replies

Comment options

You must be logged in to vote
7 replies
@Bodmer
Comment options

@DeanK2022
Comment options

@RSanchez888
Comment options

@DeanK2022
Comment options

@DeanK2022
Comment options

Comment options

You must be logged in to vote
16 replies
@DeanK2022
Comment options

@BMWK1
Comment options

@DeanK2022
Comment options

@BMWK1
Comment options

@DeanK2022
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by RSanchez888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6 participants
Converted from issue

This discussion was converted from issue #2346 on January 23, 2023 16:11.