Touchscreen: add support for CST226 controller chip (#6151)

---------

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Clyde Stubbs
2024-03-11 18:35:20 +11:00
committed by GitHub
parent 221f04b9a5
commit 11b31483c3
6 changed files with 205 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import esphome.codegen as cg
CODEOWNERS = ["@clydebarrow"]
DEPENDENCIES = ["i2c"]
cst226_ns = cg.esphome_ns.namespace("cst226")