gerty tweaks

This commit is contained in:
Black Coffee 2022-11-17 17:43:09 +00:00
parent b8be50a592
commit 60962713f4

View file

@ -27,6 +27,8 @@ def get_text_item_dict(text: str, font_size: int, x_pos: int = None, y_pos: int
# Get font sizes for Gerty mini
if(gerty_type.lower() == 'mini gerty'):
if font_size <= 12:
font_size = 1
if font_size <= 15:
font_size = 2
elif font_size <= 20: