mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Added / to default glyphs (#1691)
Co-authored-by: Charlie Root <klingler@blender.klingler.net>
This commit is contained in:
committed by
Jesse Hills
parent
6ec0f80b76
commit
d83d214497
@@ -72,7 +72,7 @@ def validate_truetype_file(value):
|
||||
|
||||
|
||||
DEFAULT_GLYPHS = (
|
||||
' !"%()+,-.:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz°'
|
||||
' !"%()+,-.:/0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz°'
|
||||
)
|
||||
CONF_RAW_DATA_ID = "raw_data_id"
|
||||
|
||||
|
Reference in New Issue
Block a user