Add separator lines, bigger HDD font, push right

This commit is contained in:
Joan
2025-12-31 12:46:08 +01:00
parent ece26b44d3
commit 73c2755bb0

View File

@@ -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: