mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 12:46:22 +01:00
Add colour definitions to test1.1
This commit is contained in:
parent
6a97b6cad7
commit
8d30180518
@ -270,6 +270,16 @@ font:
|
|||||||
id: roboto
|
id: roboto
|
||||||
size: 20
|
size: 20
|
||||||
|
|
||||||
|
color:
|
||||||
|
- id: layout_black
|
||||||
|
red: 100%
|
||||||
|
green: 100%
|
||||||
|
blue: 100%
|
||||||
|
- id: layout_white
|
||||||
|
red: 0%
|
||||||
|
green: 0%
|
||||||
|
blue: 0%
|
||||||
|
|
||||||
graphical_layout:
|
graphical_layout:
|
||||||
id: test_graphical_layout
|
id: test_graphical_layout
|
||||||
layout:
|
layout:
|
||||||
|
Loading…
Reference in New Issue
Block a user