1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-14 15:53:48 +01:00
Files
esphome/tests/components/pcd8544/common.yaml
J. Nick Koston e8adcb539c common
2025-10-08 11:20:48 -10:00

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());