1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Add support for the XPT2046 touchscreen controller (#1542)

This commit is contained in:
Stanislav Meduna
2021-05-17 03:03:58 +02:00
committed by GitHub
parent 9ecead2645
commit d0eaebe19f
6 changed files with 562 additions and 0 deletions

View File

@@ -123,3 +123,4 @@ esphome/components/web_server_base/* @OttoWinter
esphome/components/whirlpool/* @glmnet
esphome/components/xiaomi_lywsd03mmc/* @ahpohl
esphome/components/xiaomi_mhoc401/* @vevsvevs
esphome/components/xpt2046/* @numo68