mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Added / to default glyphs (#1691)
Co-authored-by: Charlie Root <klingler@blender.klingler.net>
This commit is contained in:
parent
6ec0f80b76
commit
d83d214497
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ def validate_truetype_file(value):
|
||||||
|
|
||||||
|
|
||||||
DEFAULT_GLYPHS = (
|
DEFAULT_GLYPHS = (
|
||||||
' !"%()+,-.:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz°'
|
' !"%()+,-.:/0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz°'
|
||||||
)
|
)
|
||||||
CONF_RAW_DATA_ID = "raw_data_id"
|
CONF_RAW_DATA_ID = "raw_data_id"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue