mirror of
https://github.com/esphome/esphome.git
synced 2025-10-14 15:53:48 +01:00
9 lines
194 B
YAML
9 lines
194 B
YAML
display:
|
|
- platform: pcd8544
|
|
cs_pin: ${cs_pin}
|
|
dc_pin: ${dc_pin}
|
|
reset_pin: ${reset_pin}
|
|
contrast: 60
|
|
lambda: |-
|
|
it.rectangle(0, 0, it.get_width(), it.get_height());
|