Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config file for ESP32 / ILI9488 / GT911 capacitive touchscreen using TFT_eSPI library #522

Open
BMWK1 opened this issue Nov 9, 2023 · 1 comment

Comments

@BMWK1
Copy link

BMWK1 commented Nov 9, 2023

Feature Request or Enhancement

I would like to make this breakout board works with GUIslice, which is a capacitive 3.5" touchscreen based on ILI9488 (SPI) and GT911 (I2C bus)interface ICs.
Using TFT_Espi is great, i miss the way to drive the gt911 touch part.
I can't configure GUIslice with the existing config files, and cannot understand how to build a config file by myself.

Additional context

Add any other context or screenshots about the feature request here.

@florinbaciuu
Copy link

If you look at this PRI modified the files GUIslice_drv_tft_espi.h and GUIslice_drv_tft_espi.cpp to work with a touchscreen module similar to yours. GT911 is similar to CST816 or CST820. The touch library I use is compatible with your touch. Unfortunately, I don't have the device you have and I can't test the code, but please take a look at what I changed. maybe you can manage to write your own driver. the configuration is easy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants