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

cst816 touch driver #203

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

spaceMan00
Copy link

I implemented cst816 touch driver https://github.com/fbiego/dt78/blob/master/datasheets/CST816S.pdf
This has been tested on an ESP32-S3-WROOM-1 module. While testing I noticed a bugs related to SPI DMA and fixed it.
I know it would have been better to branch from develop but I noticed that there are major changes between develop and master and I started implementing all my work from master.

@krupis
Copy link

krupis commented May 24, 2023

Hello. I use T-Display S3 module:
https://www.lilygo.cc/products/t-display-s3

I got the basic example working based on i80_controller esp-idf example. My example project can be found here:
https://github.com/krupis/T-Display-S3-esp-idf

According to T-Display-S3 documentation, the display uses CST816 touch driver:
image

But in the menuconfig, I can only choose from the following:
image

Could you please help me understand how can I use the CST816 driver for my project?

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

Successfully merging this pull request may close these issues.

None yet

2 participants