1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-15 17:38:15 +00:00
Stefan Rado 5f531ac9b0
Add TT21100 touchscreen component (#4793)
Co-authored-by: Rajan Patel <rpatel3001@gmail.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-07-12 13:19:19 +12:00

6 lines
105 B
Python

import esphome.codegen as cg
CODEOWNERS = ["@kroimon"]
tt21100_ns = cg.esphome_ns.namespace("tt21100")