mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 20:02:22 +01:00
[CI] Consolidate some tests (U, V, W, X, Y, Z) (#8210)
This commit is contained in:
@@ -1,123 +1,9 @@
|
||||
spi:
|
||||
- id: spi_waveshare_epaper
|
||||
clk_pin: 6
|
||||
mosi_pin: 7
|
||||
miso_pin: 5
|
||||
substitutions:
|
||||
clk_pin: GPIO6
|
||||
mosi_pin: GPIO7
|
||||
cs_pin: GPIO0
|
||||
dc_pin: GPIO5
|
||||
busy_pin: GPIO3
|
||||
reset_pin: GPIO4
|
||||
|
||||
display:
|
||||
- platform: waveshare_epaper
|
||||
cs_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
dc_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
busy_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
reset_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
model: 2.13in-ttgo-b1
|
||||
full_update_every: 30
|
||||
lambda: |-
|
||||
it.rectangle(0, 0, it.get_width(), it.get_height());
|
||||
- platform: waveshare_epaper
|
||||
cs_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
dc_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
busy_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
reset_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
model: 2.90in
|
||||
full_update_every: 30
|
||||
reset_duration: 200ms
|
||||
lambda: |-
|
||||
it.rectangle(0, 0, it.get_width(), it.get_height());
|
||||
- platform: waveshare_epaper
|
||||
cs_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
dc_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
busy_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
reset_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
model: 2.90inv2
|
||||
full_update_every: 30
|
||||
lambda: |-
|
||||
it.rectangle(0, 0, it.get_width(), it.get_height());
|
||||
- platform: waveshare_epaper
|
||||
cs_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
dc_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
busy_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
reset_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
model: 2.70in-b
|
||||
lambda: |-
|
||||
it.rectangle(0, 0, it.get_width(), it.get_height());
|
||||
- platform: waveshare_epaper
|
||||
cs_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
dc_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
busy_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
reset_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
model: 2.70in-bv2
|
||||
lambda: |-
|
||||
it.rectangle(0, 0, it.get_width(), it.get_height());
|
||||
- platform: waveshare_epaper
|
||||
cs_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
dc_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
busy_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
reset_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
model: 1.54in-m5coreink-m09
|
||||
lambda: |-
|
||||
it.rectangle(0, 0, it.get_width(), it.get_height());
|
||||
- platform: waveshare_epaper
|
||||
cs_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
dc_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
busy_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
reset_pin:
|
||||
allow_other_uses: true
|
||||
number: 4
|
||||
model: 7.50in-bv3-bwr
|
||||
lambda: |-
|
||||
it.rectangle(0, 0, it.get_width(), it.get_height());
|
||||
<<: !include common.yaml
|
||||
|
Reference in New Issue
Block a user