v.0.4.5 rm font_height from utils
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from app.display.fonts.fonts_utils import align_font, font_height, char_width, screen_text
|
||||
from app.display.fonts.fonts_utils import align_font, screen_text
|
||||
from app.display.neopixel_64x64 import NeoPixel_64x64
|
||||
import app.utils as utils
|
||||
from app.utils import colors
|
||||
|
||||
|
||||
@@ -13,7 +12,7 @@ def fonts_check(display: NeoPixel_64x64, font, pretty=False) -> None:
|
||||
display.clear()
|
||||
display.set_font(font)
|
||||
|
||||
height = font_height(font)
|
||||
height = display.font_height
|
||||
|
||||
alphanum: str = ''.join(sorted(font.keys()))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user