From 8cb32c6458fb3df2a2c5a8f38428adfba1fc6549 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Thu, 1 Feb 2024 08:18:49 -0500 Subject: [PATCH] rev D change --- unix/simulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/simulator.py b/unix/simulator.py index 5409cc26..5e678f07 100755 --- a/unix/simulator.py +++ b/unix/simulator.py @@ -422,7 +422,7 @@ class LCDSimulator(SimulatedScreen): if active_set & SD2_LED: self.draw_single_led(spriterenderer, 8, 260) if active_set & USB_LED: - self.draw_single_led(spriterenderer, 240, 805) + self.draw_single_led(spriterenderer, 240, 805, red=True) if active_set & NFC_LED: self.draw_single_led(spriterenderer, 465, 315)