fix: increase minimum font size to 6 for MatrixChunky6 compatibility

This commit is contained in:
ChuckBuilds
2025-04-22 19:33:07 -05:00
parent e49ffdf154
commit 1b56662446

View File

@@ -19,7 +19,7 @@ class FontTestManager:
"4x6": "assets/fonts/4x6-font.ttf",
"MatrixChunky6": "assets/fonts/MatrixChunky6.ttf"
}
self.font_sizes = [4, 6, 8, 10, 12, 14, 16, 18]
self.font_sizes = [6, 8, 10, 12, 14, 16, 18, 20]
self.logger = logging.getLogger('FontTest')
# Verify fonts exist