mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-08-01 08:48:05 +00:00
new fonts: Matrix light & chunky
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -39,8 +39,8 @@ class OfTheDayManager:
|
||||
|
||||
# Load fonts using freetype
|
||||
font_dir = os.path.join(os.path.dirname(__file__), '..', 'assets', 'fonts')
|
||||
self.title_font = freetype.Face(os.path.join(font_dir, 'MatrixLight8X.bdf'))
|
||||
self.body_font = freetype.Face(os.path.join(font_dir, '5x7.bdf'))
|
||||
self.title_font = freetype.Face(os.path.join(font_dir, 'MatrixChunky8.bdf'))
|
||||
self.body_font = freetype.Face(os.path.join(font_dir, 'MatrixLight6.bdf'))
|
||||
|
||||
# Load categories and their data
|
||||
self.categories = self.of_the_day_config.get('categories', {})
|
||||
|
||||
Reference in New Issue
Block a user