This commit is contained in:
2023-08-20 23:44:36 -04:00
parent 2135c1b989
commit 583ddf909c

View File

@@ -46,6 +46,32 @@ logger:
# level: WARN # 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 ##### ##### START - BUTTON CONFIGURATION #####
button: button:
###### REBOOT BUTTON ##### ###### REBOOT BUTTON #####