mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 13:23:00 +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."""
|
"""Load fonts with proper error handling."""
|
||||||
try:
|
try:
|
||||||
# Load Press Start 2P font
|
# 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")
|
logger.info("Press Start 2P font loaded successfully")
|
||||||
|
|
||||||
# Use the same font for small text, just at a smaller size
|
# Use the same font for small text, just at a smaller size
|
||||||
|
|||||||
Reference in New Issue
Block a user