mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
adjust Calendar title font size to 8
This commit is contained in:
@@ -167,7 +167,7 @@ class DisplayManager:
|
||||
"""Load fonts with proper error handling."""
|
||||
try:
|
||||
# Load Press Start 2P font
|
||||
self.regular_font = ImageFont.truetype("assets/fonts/PressStart2P-Regular.ttf", 10)
|
||||
self.regular_font = ImageFont.truetype("assets/fonts/PressStart2P-Regular.ttf", 8)
|
||||
logger.info("Press Start 2P font loaded successfully")
|
||||
|
||||
# Use the same font for small text, just at a smaller size
|
||||
|
||||
Reference in New Issue
Block a user