mirror of
https://github.com/esphome/esphome.git
synced 2024-12-04 20:48:21 +01:00
Add colour definitions to test1.1
This commit is contained in:
parent
6a97b6cad7
commit
8d30180518
1 changed files with 10 additions and 0 deletions
|
@ -270,6 +270,16 @@ font:
|
|||
id: roboto
|
||||
size: 20
|
||||
|
||||
color:
|
||||
- id: layout_black
|
||||
red: 100%
|
||||
green: 100%
|
||||
blue: 100%
|
||||
- id: layout_white
|
||||
red: 0%
|
||||
green: 0%
|
||||
blue: 0%
|
||||
|
||||
graphical_layout:
|
||||
id: test_graphical_layout
|
||||
layout:
|
||||
|
|
Loading…
Reference in a new issue