mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-21 17:02:59 +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.PADDING = 1
|
||||||
self.ICON_SIZE = {
|
self.ICON_SIZE = {
|
||||||
'extra_large': 40, # Changed from 30
|
'extra_large': 40, # Changed from 30
|
||||||
'large': 32,
|
'large': 30,
|
||||||
'medium': 24,
|
'medium': 24,
|
||||||
'small': 14
|
'small': 14
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user