mirror of
https://github.com/esphome/esphome.git
synced 2025-01-07 05:11:43 +01:00
Include Roboto font in test1.1
This commit is contained in:
parent
279c879f63
commit
6a97b6cad7
1 changed files with 5 additions and 0 deletions
|
@ -265,6 +265,11 @@ display:
|
||||||
lambda: |-
|
lambda: |-
|
||||||
it.rectangle(0, 0, it.get_width(), it.get_height());
|
it.rectangle(0, 0, it.get_width(), it.get_height());
|
||||||
|
|
||||||
|
font:
|
||||||
|
- file: "gfonts://Roboto"
|
||||||
|
id: roboto
|
||||||
|
size: 20
|
||||||
|
|
||||||
graphical_layout:
|
graphical_layout:
|
||||||
id: test_graphical_layout
|
id: test_graphical_layout
|
||||||
layout:
|
layout:
|
||||||
|
|
Loading…
Reference in a new issue