1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-05 04:42:21 +01:00

Add CST816 touchscreen driver (#5941)

* Add CST816 touchscreen
This commit is contained in:
Clyde Stubbs
2024-03-11 16:34:46 +11:00
committed by GitHub
parent 9c95e570c7
commit d6bcc465a8
8 changed files with 305 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import esphome.codegen as cg
CODEOWNERS = ["@clydebarrow"]
DEPENDENCIES = ["i2c"]
cst816_ns = cg.esphome_ns.namespace("cst816")