Files
waveshare-panel/custom_components/icnt86x/__init__.py
T
growlph a125f45b34 Touchscreen driver POC
Example documentation
2026-05-07 16:28:08 -07:00

7 lines
129 B
Python

import esphome.codegen as cg
CODEOWNERS = ["@andrewmv"]
DEPENDENCIES = ["i2c"]
icnt86x_ns = cg.esphome_ns.namespace("icnt86x")