mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
fix font spelling
This commit is contained in:
@@ -17,7 +17,7 @@ class FontTestManager:
|
||||
self.config = config
|
||||
self.fonts = {
|
||||
"4x6": "assets/fonts/4x6-font.ttf",
|
||||
"M3x6": "assets/fonts/M3x6.ttf"
|
||||
"m3x6": "assets/fonts/m3x6.ttf"
|
||||
}
|
||||
self.font_sizes = [3,4,5,6,7,8]
|
||||
self.logger = logging.getLogger('FontTest')
|
||||
|
||||
Reference in New Issue
Block a user