mirror of
https://github.com/esphome/esphome.git
synced 2024-12-04 13:44:40 +01:00
[font] Restore correct default glyphs for bitmap fonts (#7907)
This commit is contained in:
parent
c95887a14a
commit
00ddb0a427
@ -373,7 +373,9 @@ def font_file_schema(value):
|
||||
# Default if no glyphs or glyphsets are provided
|
||||
DEFAULT_GLYPHSET = "GF_Latin_Kernel"
|
||||
# default for bitmap fonts
|
||||
DEFAULT_GLYPHS = ' !"%()+=,-.:/?0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz<C2><B0>'
|
||||
DEFAULT_GLYPHS = (
|
||||
' !"%()+=,-.:/?0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz°'
|
||||
)
|
||||
|
||||
CONF_RAW_GLYPH_ID = "raw_glyph_id"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user