larry updates

This commit is contained in:
Gabor Körber 2025-04-03 10:59:54 +02:00
parent 6158841696
commit 6bef106750

View File

@ -1460,6 +1460,7 @@ font:
- "\U000F0209" # eye off - "\U000F0209" # eye off
- "\U000F05A0" # webcam - "\U000F05A0" # webcam
- "\U000F13E1" # umbrella - "\U000F13E1" # umbrella
- "\U000F03D2" # owl
- file: "https://github.com/BigBobbas/ESP32-S3-Box3-Custom-ESPHome/raw/main/fonts/materialdesignicons-webfont.ttf" - file: "https://github.com/BigBobbas/ESP32-S3-Box3-Custom-ESPHome/raw/main/fonts/materialdesignicons-webfont.ttf"
@ -1519,6 +1520,8 @@ color:
hex: '41220D' hex: '41220D'
- id: bg_grey - id: bg_grey
hex: '4F4F4F' hex: '4F4F4F'
- id: gold
hex: 'E1C564'
spi: spi:
clk_pin: 7 clk_pin: 7
@ -2018,7 +2021,8 @@ display:
} }
// Device // Device
it.printf(80, 181, id(my_font4), light_blue, TextAlign::CENTER, "%.f°C", id(s3temp).state); it.printf(80, 161, id(my_font4), light_blue, TextAlign::CENTER, "%.f°C", id(s3temp).state);
it.printf(80, 210, id(my_font4), gold, TextAlign::CENTER, "\U000F03D2");
- id: ota_page ##### firmware uploading page ##### - id: ota_page ##### firmware uploading page #####
lambda: |- lambda: |-