mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 08:55:36 +00:00
7f0e826c32
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
27 lines
375 B
YAML
27 lines
375 B
YAML
esphome:
|
|
name: test-not-paused
|
|
|
|
esp32:
|
|
board: lolin_c3_mini
|
|
|
|
spi:
|
|
mosi_pin:
|
|
number: GPIO2
|
|
ignore_strapping_warning: true
|
|
clk_pin: GPIO1
|
|
|
|
display:
|
|
- platform: mipi_spi
|
|
data_rate: 20MHz
|
|
model: st7735
|
|
cs_pin:
|
|
number: GPIO8
|
|
ignore_strapping_warning: true
|
|
dc_pin:
|
|
number: GPIO3
|
|
|
|
lvgl:
|
|
widgets:
|
|
- obj:
|
|
id: root_obj
|