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

Add Lilygo t5 4.7 Touchscreen (#3084)

This commit is contained in:
Jesse Hills
2022-02-08 21:50:25 +13:00
committed by GitHub
parent 116ddbdd01
commit 94f944dc9c
10 changed files with 255 additions and 6 deletions

View File

@@ -34,3 +34,4 @@ InternalGPIOPin = esphome_ns.class_("InternalGPIOPin", GPIOPin)
gpio_ns = esphome_ns.namespace("gpio")
gpio_Flags = gpio_ns.enum("Flags", is_class=True)
EntityCategory = esphome_ns.enum("EntityCategory")
Parented = esphome_ns.class_("Parented")