mirror of
https://github.com/esphome/esphome.git
synced 2025-01-05 20:31:44 +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: |-
|
||||
it.rectangle(0, 0, it.get_width(), it.get_height());
|
||||
|
||||
font:
|
||||
- file: "gfonts://Roboto"
|
||||
id: roboto
|
||||
size: 20
|
||||
|
||||
graphical_layout:
|
||||
id: test_graphical_layout
|
||||
layout:
|
||||
|
|
Loading…
Reference in a new issue