Xinyuan-LilyGO / T-Display-S3

MIT License
729 stars 172 forks source link

Issue config pin SDA, SCL (use ESP-IDF) #222

Closed tao-a-man closed 2 months ago

tao-a-man commented 5 months ago

hi @LilyGO team, I have a Issue: when i config pin like #define LCD_TOUCH_SDA 17 #define LCD_TOUCH_SCL 18 Screen worked so good but Touch not worked, when i swap it #define LCD_TOUCH_SDA 18 #define LCD_TOUCH_SCL 17 Sceen worked 20s so good after that it stop re-render, but Touch woked so good, Can I fix it?

isthaison commented 5 months ago

there is example https://github.com/OakDevices/ESP32-T-Display-S3-Slint-Cpp-Template/blob/master/main/src/hwInit.c#L36

lewisxhe commented 3 months ago

Here is a simple example I made some time ago https://github.com/Xinyuan-LilyGO/LilyGo-Display-IDF

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 2 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.