mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
refactor: Increase weather icon sizes
This commit is contained in:
@@ -39,9 +39,9 @@ class WeatherManager:
|
||||
# Layout constants
|
||||
self.PADDING = 1
|
||||
self.ICON_SIZE = {
|
||||
'large': 10,
|
||||
'medium': 12, # Reduced from 16 for better spacing
|
||||
'small': 6
|
||||
'large': 24,
|
||||
'medium': 18,
|
||||
'small': 12
|
||||
}
|
||||
self.COLORS = {
|
||||
'text': (255, 255, 255),
|
||||
|
||||
Reference in New Issue
Block a user