Files
tactility/Drivers/cst816t-module/README.md
T
2026-07-20 23:43:17 +02:00

1.0 KiB

CST816T touch controller

A driver for the CST816T I2C capacitive touch controller by Hynitron.

Implemented directly against the register. (no esp_lcd_touch dependency)

Single-touch only: the datasheet advertises "genuine two-point" support, but neither of the sources above documents a second touch-point register set, so only one point is read.

enter_sleep/exit_sleep are unimplemented (nullptr in the PointerApi, per its "null if not supported" contract). The reference driver defines REG_SLEEP_MODE (0xE5) but never writes it, and the datasheet says waking from sleep needs a hardware reset pulse anyway, not a register write.

License: Apache v2.0