mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 13:23:00 +00:00
added m3x6 font
This commit is contained in:
@@ -19,7 +19,7 @@ class FontTestManager:
|
|||||||
"4x6": "assets/fonts/4x6-font.ttf",
|
"4x6": "assets/fonts/4x6-font.ttf",
|
||||||
"M3x6": "assets/fonts/M3x6.ttf"
|
"M3x6": "assets/fonts/M3x6.ttf"
|
||||||
}
|
}
|
||||||
self.font_sizes = [4]
|
self.font_sizes = [3,4,5,6,7,8]
|
||||||
self.logger = logging.getLogger('FontTest')
|
self.logger = logging.getLogger('FontTest')
|
||||||
|
|
||||||
# Verify fonts exist
|
# Verify fonts exist
|
||||||
|
|||||||
Reference in New Issue
Block a user