1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-13 16:38:18 +00:00
2025-02-05 15:37:15 +13:00

15 lines
296 B
YAML

spi:
- id: spi_pcd8544
clk_pin: ${clk_pin}
mosi_pin: ${mosi_pin}
miso_pin: ${miso_pin}
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());