diff --git a/companion-software/src/controller.rs b/companion-software/src/controller.rs index 4f3fb1953d0f97b5d5dd61767e3e5978b1088e54..f1aec20acd48df73d4337955aadc514621ebf5c7 100644 --- a/companion-software/src/controller.rs +++ b/companion-software/src/controller.rs @@ -190,6 +190,8 @@ impl Element for Controller { if self.radio_error { dt.clear(Rgb565::new(16, 0, 0))?; + self.status.render(dt)?; + let label_style = MonoTextStyleBuilder::new() .font(&FONT_10X20) .background_color(Rgb565::WHITE)