1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-17 17:23:45 +01:00
Files
esphome/tests/components/pcd8544/common.yaml
2025-10-12 07:21:45 +13: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());