1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +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

@@ -81,4 +81,5 @@ from esphome.cpp_types import ( # noqa
InternalGPIOPin,
gpio_Flags,
EntityCategory,
Parented,
)