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