mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 21:33:00 +00:00
changed text brightness in weather daily and weather hourly
This commit is contained in:
@@ -401,7 +401,7 @@ class WeatherManager:
|
|||||||
draw.text((center_x - hour_width // 2, 1),
|
draw.text((center_x - hour_width // 2, 1),
|
||||||
hour_text,
|
hour_text,
|
||||||
font=self.display_manager.small_font,
|
font=self.display_manager.small_font,
|
||||||
fill=self.COLORS['dim'])
|
fill=self.COLORS['text'])
|
||||||
|
|
||||||
# Draw weather icon centered vertically between top/bottom text
|
# Draw weather icon centered vertically between top/bottom text
|
||||||
icon_size = self.ICON_SIZE['large'] # Changed from medium to large (28)
|
icon_size = self.ICON_SIZE['large'] # Changed from medium to large (28)
|
||||||
@@ -471,7 +471,7 @@ class WeatherManager:
|
|||||||
draw.text((center_x - day_width // 2, 1),
|
draw.text((center_x - day_width // 2, 1),
|
||||||
day_text,
|
day_text,
|
||||||
font=self.display_manager.small_font,
|
font=self.display_manager.small_font,
|
||||||
fill=self.COLORS['extra_dim'])
|
fill=self.COLORS['text'])
|
||||||
|
|
||||||
# Draw weather icon centered vertically between top/bottom text
|
# Draw weather icon centered vertically between top/bottom text
|
||||||
icon_size = self.ICON_SIZE['large'] # Changed from medium to large (28)
|
icon_size = self.ICON_SIZE['large'] # Changed from medium to large (28)
|
||||||
|
|||||||
Reference in New Issue
Block a user