update #2

Merged
moserja merged 1 commits from moserja/remote_esphome:main into main 2023-08-21 04:11:34 +00:00

View File

@@ -46,6 +46,32 @@ logger:
# level: WARN
i2c:
sda: 19
scl: 22
spi:
clk_pin: GPIO18
mosi_pin: GPIO19
display:
- platform: st7789v
cs_pin: GPIO5
dc_pin: GPIO9
reset_pin: GPIO1
model: Custom
height: 320
width: 240
offset_height: 0
offset_width: 0
lambda: |-
it.print(0, 0, id(font), "Hello World!");
font:
- file: "gfonts://Roboto"
id: font
size: 20
##### START - BUTTON CONFIGURATION #####
button:
###### REBOOT BUTTON #####