From 73c2755bb05b3720a6a7111915c2947eb38a4998 Mon Sep 17 00:00:00 2001 From: Joan Date: Wed, 31 Dec 2025 12:46:08 +0100 Subject: [PATCH] Add separator lines, bigger HDD font, push right --- matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix.py b/matrix.py index 1f90201..30aabce 100644 --- a/matrix.py +++ b/matrix.py @@ -138,7 +138,7 @@ class Matrix64Display(SampleBase): draw_weather_icon(canvas, 0, 0, self.weather_desc) # === 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) === if self.hdd_temps and len(self.hdd_temps) > 1: