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: