Skip to content

rh1rich/esphome-epd47

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

esphome-epd47

ESPHome component for the Lilygo 4.7" e-paper display used with the T5-ePaper-S3 development board.

!!WORK IN PROGRESS!!

I am planning to update the t547 component of tiaanv with the current epd47 driver of Xinyuan-LilyGO.

Implementation details

This component implements the EPD47 driver of Xinyuan-LilyGO as a display component for ESPHome.

Configuration example

# The Basic Display Definition in ESPhome

external_components:
  - source: github://rh1rich/esphome-epd47
    components: ["epd47"]

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

About

ESPHome component for the Lilygo 4.7" e-paper display

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.5%
  • Other 0.5%