1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 10:52:19 +01:00

Display tm1637 (#946)

* add TM1637 support
This commit is contained in:
Guillermo Ruffino
2020-01-13 19:44:55 -03:00
committed by Brandon Davidson
parent 6a60f01753
commit 990a4d4774
6 changed files with 412 additions and 3 deletions

View File

@@ -1426,6 +1426,12 @@ display:
num_chips: 1
lambda: |-
it.print("01234567");
- platform: tm1637
clk_pin: GPIO23
dio_pin: GPIO25
intensity: 3
lambda: |-
it.print("1234");
- platform: nextion
lambda: |-
it.set_component_value("gauge", 50);