larry updates
This commit is contained in:
parent
6158841696
commit
6bef106750
@ -1460,6 +1460,7 @@ font:
|
||||
- "\U000F0209" # eye off
|
||||
- "\U000F05A0" # webcam
|
||||
- "\U000F13E1" # umbrella
|
||||
- "\U000F03D2" # owl
|
||||
|
||||
|
||||
- file: "https://github.com/BigBobbas/ESP32-S3-Box3-Custom-ESPHome/raw/main/fonts/materialdesignicons-webfont.ttf"
|
||||
@ -1519,6 +1520,8 @@ color:
|
||||
hex: '41220D'
|
||||
- id: bg_grey
|
||||
hex: '4F4F4F'
|
||||
- id: gold
|
||||
hex: 'E1C564'
|
||||
|
||||
spi:
|
||||
clk_pin: 7
|
||||
@ -2018,7 +2021,8 @@ display:
|
||||
}
|
||||
|
||||
// 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 #####
|
||||
lambda: |-
|
||||
|
Loading…
Reference in New Issue
Block a user