This repository contains a Display component for ESPHome to support the ESP32-S3 LILYGO T5 4.7" Plus E-paper display.
(Do not confuse it with the original ESP32-based Lilygo T5 4.7 board.)
For more info in the display components, see the ESPHome display documentation
To use the board with ESPHome you have to put quite a number of options in your esphome config:
- Configure the aprpopriate board, variant, and framework versions in the esp32 platform
- Set a bunch of
platformio_options
- Include the component from this repository as
external_components
If you clone this repository, There are working examples included in the: example_yaml folder
- You will find A Basic working basic.yaml, components folder & fonts folder
The examples below are for EspHome that read data from a working Home Assistant installation
- You will find A Basic working clock.yaml, required files are in th components folder & fonts folder
- You will find my HA Weather Station Weather.yaml, required files are in the components folder & fonts folder & 3D STL Housing files housing folder
## Discussion
https://github.com/esphome/feature-requests/issues/1960