JeremyProffitt / LVGL-WT32-SC01

LVGL for WT32-SC01 Display Module (ST7796S LCD / FT6336 Touch Screen)
MIT License
13 stars 4 forks source link

White screen only with seeed WT32-SC01 #1

Open smacl61 opened 2 years ago

smacl61 commented 2 years ago

Tried everything - your code directly, your instructions cloning lvgl examples. Everything compiles fine flashes fine. Even used esp-idf-4.2.2 as well as the latest as of today. Tried multiple sc01's. I work in a Debian environment. The board is marked v3.2. checked all the menuconfig settings and compared to your file. Tried different projects. Same result just a bright white screen.

smacl61 commented 2 years ago

To add I did use the monitor and found several errors regarding the FT6X36 such as error reading from device. More specifically "Device reports readiness to read but returned no data. Device disconnected or multiple devices on port?"

sukesh-ak commented 2 years ago

@smacl61 I2C pins used for touch is wrong everywhere. Here is the right one SDA=18 SCL=19