mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 21:33:00 +00:00
Update weather_manager.py
adjust weather large icon from 32 to 30
This commit is contained in:
@@ -40,7 +40,7 @@ class WeatherManager:
|
||||
self.PADDING = 1
|
||||
self.ICON_SIZE = {
|
||||
'extra_large': 40, # Changed from 30
|
||||
'large': 32,
|
||||
'large': 30,
|
||||
'medium': 24,
|
||||
'small': 14
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user