1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

[font] Add support for "glyphsets" (#7429)

Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com>
This commit is contained in:
Faidon Liambotis
2024-10-31 05:36:23 +02:00
committed by GitHub
parent 8b7e061f3a
commit a043022444
10 changed files with 7771 additions and 129 deletions

View File

@@ -17,6 +17,9 @@ aioesphomeapi==24.6.2
zeroconf==0.132.2
puremagic==1.27
ruamel.yaml==0.18.6 # dashboard_import
glyphsets==1.0.0
pillow==10.4.0
freetype-py==2.5.1
# esp-idf requires this, but doesn't bundle it by default
# https://github.com/espressif/esp-idf/blob/220590d599e134d7a5e7f1e683cc4550349ffbf8/requirements.txt#L24