mirror of
https://github.com/esphome/esphome.git
synced 2024-11-15 19:48:11 +01:00
25 lines
424 B
YAML
25 lines
424 B
YAML
|
color:
|
||
|
- id: light_blue
|
||
|
hex: "3340FF"
|
||
|
|
||
|
lvgl:
|
||
|
bg_color: light_blue
|
||
|
widgets:
|
||
|
- label:
|
||
|
text: Hello world
|
||
|
text_color: 0xFF8000
|
||
|
align: center
|
||
|
text_font: montserrat_40
|
||
|
border_post: true
|
||
|
|
||
|
- label:
|
||
|
text: "Hello shiny day"
|
||
|
text_color: 0xFFFFFF
|
||
|
align: bottom_mid
|
||
|
text_font: space16
|
||
|
|
||
|
font:
|
||
|
- file: "gfonts://Roboto"
|
||
|
id: space16
|
||
|
bpp: 4
|