Waveshare esp32-s3 2.1 touch #630
themagicm
started this conversation in
Device Configurations
Replies: 3 comments 1 reply
-
the wiki has a some demo code both for esp-idf and arduino however there is no existing LGFX config for this device, so you'll have to build your own. you can use this configuration example as a basis:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
So the 816S is compatible with the 820 that is on this display?
Sent from Proton Mail Android
…-------- Original Message --------
On 10/21/24 9:37 AM, tobozo wrote:
the [wiki](https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-2.1) has a some [demo code](https://files.waveshare.com/wiki/ESP32-S3-Touch-LCD-2.1/ESP32-S3-Touch-LCD-2.1-Code.zip) both for esp-idf and arduino
however there is no existing config for this device, so you'll have to build your own.
you can use [this configuration example](https://github.com/lovyan03/LovyanGFX/blob/master/src/lgfx_user/LGFX_ESP32S3_RGB_MakerfabsParallelTFTwithTouch40.h) as a basis:
- keep Panel_ST7701 section
- replace Touch_GT911 with [Touch_CST816S](https://github.com/lovyan03/LovyanGFX/blob/master/src/lgfx/v1/touch/Touch_CST816S.cpp)
- edit the pin numbers to match those from the wiki
—
Reply to this email directly, [view it on GitHub](#630 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ACW7EAALDGXTAGWHWZB5RY3Z4UGSFAVCNFSM6AAAAABQG6WK3WVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMBQGYZTSNI).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
hi @themagicm, have you make it work? I'm doing the same but still not work, confusing with EXIO_Init |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anyone have an example code that works with this device?
https://www.waveshare.com/esp32-s3-touch-lcd-2.1.htm
Beta Was this translation helpful? Give feedback.
All reactions