Merge pull request 'update' (#2) from moserja/remote_esphome:main into main
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
26
remote.yaml
26
remote.yaml
@@ -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 #####
|
||||
|
||||
Reference in New Issue
Block a user