Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.97 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.97 KB

This repository contains a Display component for ESPHome to support the ESP32-S3 LILYGO T5 4.7" Plus E-paper display.

lilygo t5 4 7 esp32 s3 ver2 3

(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

Usage

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

  1. 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

  1. You will find A Basic working clock.yaml, required files are in th components folder & fonts folder
  2. You will find my HA Weather Station Weather.yaml, required files are in the components folder & fonts folder & 3D STL Housing files housing folder

Basic Clock.

Lilygo-t5-4 7s3

Home Assistant Weather Station.

HA weather v2


## Discussion

https://github.com/esphome/feature-requests/issues/1960