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