ehmtx a matrix status display ============================= .. seo:: :description: A simple DIY status display, build with a flexible 8x32 RGB LED panel. :image: ehmtx.jpg :keywords: DIY matrix display RGB Based on a cheap 8x32 RGB matrix you can build flexible status displays for all kind of informations. It is expandable with sensors etc. .. figure:: images/ehmtx.jpg :align: center :width: 40% Introduction ------------ Based a on a 8x32 RGB flexible matrix it displays a clock, the date and up to 16 other screens provided by home assistant. Each screen (value/text) can be associated with a 8x8 bit RGB icon or gif animation (see installation). The values/text can be updated or deleted from the display queue. Each screen has a lifetime, if not refreshed in its lifetime it will disapear. ESPHome Configuration --------------------- Documentation: - `Source for the component on github `__ - `Discussion in the homeassistant community `__ - `Second discussion in the homeassistant community `__ - `Optional notify component `__ `YAML configuration example for ESP32 `__. Sample video: .. raw:: html See Also -------- - :ghedit:`Edit`