Add separator lines, bigger HDD font, push right
This commit is contained in:
@@ -138,7 +138,7 @@ class Matrix64Display(SampleBase):
|
|||||||
draw_weather_icon(canvas, 0, 0, self.weather_desc)
|
draw_weather_icon(canvas, 0, 0, self.weather_desc)
|
||||||
|
|
||||||
# === Vertical separator between weather and HDD ===
|
# === Vertical separator between weather and HDD ===
|
||||||
graphics.DrawLine(canvas, 25, 0, 25, 24, line_color)
|
graphics.DrawLine(canvas, 28, 0, 28, 25, line_color)
|
||||||
|
|
||||||
# === HDD Temps (top-right, 5x8 font, 3 rows of 2) ===
|
# === HDD Temps (top-right, 5x8 font, 3 rows of 2) ===
|
||||||
if self.hdd_temps and len(self.hdd_temps) > 1:
|
if self.hdd_temps and len(self.hdd_temps) > 1:
|
||||||
|
|||||||
Reference in New Issue
Block a user