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:
@@ -17,7 +17,7 @@ class FontTestManager:
|
|||||||
self.config = config
|
self.config = config
|
||||||
self.fonts = {
|
self.fonts = {
|
||||||
"4x6": "assets/fonts/4x6-font.ttf",
|
"4x6": "assets/fonts/4x6-font.ttf",
|
||||||
"MatrixChunky6": "assets/fonts/MatrixChunky6.ttf"
|
"M3x6": "assets/fonts/M3x6.ttf"
|
||||||
}
|
}
|
||||||
self.font_sizes = [4]
|
self.font_sizes = [4]
|
||||||
self.logger = logging.getLogger('FontTest')
|
self.logger = logging.getLogger('FontTest')
|
||||||
|
|||||||
Reference in New Issue
Block a user