Skip to content

Commit 5ab3463

Browse files
authored
change Glyph import to fontio
1 parent f42442a commit 5ab3463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_bitmap_font/bdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"""
4141

4242
import gc
43-
from displayio import Glyph
43+
from fontio import Glyph
4444
from .glyph_cache import GlyphCache
4545

4646
__version__ = "0.0.0-auto.0"

0 commit comments

Comments
 (0)