mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
d9adb078aa
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
10 lines
241 B
YAML
10 lines
241 B
YAML
display:
|
|
- platform: tm1637
|
|
clk_pin: ${clk_pin}
|
|
dio_pin: ${dio_pin}
|
|
intensity: 3
|
|
lambda: |-
|
|
it.print("1234");
|
|
static const uint8_t buf[] = {0x3f, 0x06, 0x5b, 0x4f | 0x80};
|
|
it.set_buffer(buf, sizeof(buf));
|