1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

[CI] Consolidate some tests (F) (#8195)

This commit is contained in:
Keith Burzinski
2025-02-04 17:05:35 -06:00
committed by GitHub
parent 06f9764f51
commit 6e3527a88b
34 changed files with 277 additions and 672 deletions

View File

@@ -1,21 +1,9 @@
i2c:
- id: i2c_ft63x6
scl: 5
sda: 4
substitutions:
clk_pin: GPIO6
mosi_pin: GPIO7
scl_pin: GPIO0
sda_pin: GPIO1
interrupt_pin: GPIO2
reset_pin: GPIO3
display:
- platform: ssd1306_i2c
id: ssd1306_display
model: SSD1306_128X64
reset_pin: 3
pages:
- id: page1
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());
touchscreen:
- platform: ft63x6
on_touch:
- logger.log:
format: Touch at (%d, %d)
args: [touch.x, touch.y]
<<: !include common.yaml