Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 1edf300

Browse files
committed
added infos for pull #52
1 parent 9423c24 commit 1edf300

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ There is a little hype around the Ulanzi TC001 pixel clock. This hardware can be
1717

1818
See this German tutorial video with information on setting up your display [RGB-LED Status Display für Home Assistant mit ESPHome | ESPHoMaTrix](https://www.youtube.com/watch?v=DTd9vAhet9A)
1919

20+
See this nice article about EsphoMaTrix on a Ulanzi TC001 from blakadder [Link](https://blakadder.com/esphome-pixel-clock/)
21+
2022
### State
2123

2224
It is a working solution with core functionality coded. Advanced features, like automatic brightness control can be done with esphome actions and automations.
@@ -69,7 +71,8 @@ display:
6971
```
7072

7173
### Font
72-
Download a small "pixel" TTF-font, i use ["monobit.ttf"](https://www.google.com/search?q=monobit.ttf). You can modify this font with [FontForge](https://fontforge.org/) and added **** on base of a **E** and so on. Due to copyright I can't provide my modified version :-(. Not all fonts are suitable for this minimalistic display.
74+
Download a small "pixel" TTF-font, i use ["monobit.ttf"](https://www.google.com/search?q=monobit.ttf). You can modify this font with [FontForge](https://fontforge.org/) and added **** on base of a **E** and so on. Due to copyright I can't provide my modified version :-(. Not all fonts are suitable for this minimalistic display. There are public domain fonts wich work well on the display e.g. [DMDSmall](https://www.pentacom.jp/pentacom/bitfontmaker2/gallery/?id=5993), details on alternative fonts are [here](https://blakadder.com/esphome-pixel-clock/)
75+
7376

7477
```yaml
7578
font:
@@ -827,7 +830,7 @@ The integration works with the Home Assistant api so, after boot of the device,
827830
THE SOFTWARE IS PROVIDED "AS IS", use at your own risk!
828831

829832
## Thanks
830-
- **[blakadder](https://github.com/blakadder)** for his contribution (cleanup README.md)
833+
- **[blakadder](https://github.com/blakadder)** for his contribution (cleanup README.md,fixed sample)
831834
- **[andrew-codechimp](https://github.com/andrew-codechimp)** for his contribution (display on/off & del_screen "*")
832835
- **[jd1](https://github.com/jd1)** for his contributions
833836
- **[aptonline](https://github.com/aptonline)** for his work on the ulanzi hardware

0 commit comments

Comments
 (0)