From 4efb76821d63f87ee7c9c4f6218f3731eaef3a56 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Mon, 22 Jan 2024 17:09:45 -0500 Subject: [PATCH] comment --- shared/lcd_display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/lcd_display.py b/shared/lcd_display.py index 881bffb9..73b91043 100644 --- a/shared/lcd_display.py +++ b/shared/lcd_display.py @@ -359,7 +359,7 @@ class Display: # maybe update progress bar if (self.next_prog_x, self.next_prog_w) != (self.last_prog_x, self.last_prog_w): - # NOTE: misc/gpu/lcd.c must be updated to match any changes here + # NOTE: misc/gpu/lcd.c may need update to follow future changes here x = self.next_prog_x w = self.next_prog_w h = PROGRESS_BAR_H