mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
fix fonts path
This commit is contained in:
@@ -128,12 +128,12 @@ display:
|
||||
it.fill(COLOR_OFF);
|
||||
|
||||
font:
|
||||
- file: "fonts/DejaVuSans.ttf"
|
||||
- file: "${dir_name}/fonts/DejaVuSans.ttf"
|
||||
id: dejaVuSmall
|
||||
size: 9
|
||||
- file: "fonts/danube__.ttf"
|
||||
- file: "${dir_name}/fonts/danube__.ttf"
|
||||
id: danubeBig
|
||||
size: 20
|
||||
- file: "fonts/danube__.ttf"
|
||||
- file: "${dir_name}/fonts/danube__.ttf"
|
||||
id: danubeSmall
|
||||
size: 9
|
||||
|
||||
Reference in New Issue
Block a user