Skip to content
Snippets Groups Projects
Commit 946c1bc8 authored by Stephen D's avatar Stephen D
Browse files

display status bar even when radio errors

parent c5857bf9
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment