Skip to content

neturmel/esphome-components2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

esphome custom component(s)

This repository contains a Display component to support the LILYGO T5 4.7" E-paper display. for ESPHome.
For more info in the display components, see the ESP Home Display Documentation

1. Usage

Use with ESPHome (at least v1.18.0)

# The Basic Display Definition in ESPhome

external_components:
  - source: github://tiaanv/esphome-components
    components: ["t547"]

display:
- platform: t547
  id: t5_display
  update_interval: 30s

About

Esphome Components for Home Assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.6%
  • Other 0.4%