mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
e94fcda8b7
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com>
23 lines
518 B
YAML
23 lines
518 B
YAML
display:
|
|
- platform: ssd1306_i2c
|
|
i2c_id: i2c_bus
|
|
id: cst328_ssd1306_i2c_display
|
|
model: SSD1306_128X64
|
|
reset_pin: ${display_reset_pin}
|
|
pages:
|
|
- id: cst328_page1
|
|
lambda: |-
|
|
it.rectangle(0, 0, it.get_width(), it.get_height());
|
|
|
|
touchscreen:
|
|
- platform: cst328
|
|
i2c_id: i2c_bus
|
|
id: cst328_touchscreen
|
|
display: cst328_ssd1306_i2c_display
|
|
interrupt_pin: ${interrupt_pin}
|
|
reset_pin: ${reset_pin}
|
|
|
|
binary_sensor:
|
|
- platform: cst328
|
|
id: touch_key_cst328
|