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

ESP32-3248S035C with GT911 touch chip not working #3323

Open
eagl1 opened this issue May 13, 2024 · 1 comment
Open

ESP32-3248S035C with GT911 touch chip not working #3323

eagl1 opened this issue May 13, 2024 · 1 comment

Comments

@eagl1
Copy link

eagl1 commented May 13, 2024

Hi,

I have this module which is using ST7796 display driver and GT911 capacitive touch driver.

image

image

It come with lvgl example from the manufacturer. So I tried to upload a code with the Arduino IDE.

  1. I set everything in the User_Setup_Select.h
  2. I'm using these pin settings which is exactly what is in the schematic:
// for ESP32-3248S035C with GT911 touch chip board
#define TFT_MISO 12
#define TFT_MOSI 13 // In some display driver board, it might be written as "SDA" and so on.
#define TFT_SCLK 14
#define TFT_CS   15  // Chip select control pin
#define TFT_DC   2  // Data Command control pin
#define TFT_RST  -1  // Reset pin (could connect to Arduino RESET pin)
#define TFT_BL   27  // LED back-light

The schematic:

image

I tried to upload one of TFT_eSPI examples, no errors, the code uploaded successfully but the display is blank and nothing is working. I uploaded a code to test the onboard LED and it works.

@eagl1
Copy link
Author

eagl1 commented May 13, 2024

One thing I used now is that I uploaded a code from this website:
https://nightly.openhasp.com/

image

It uploaded, and the display lighted up but I think there is no graphics in that binary.

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

1 participant