Skip to content

Commit

Permalink
ToggleLed failed due to backlight
Browse files Browse the repository at this point in the history
  • Loading branch information
kockie69 committed Oct 20, 2021
1 parent 607cbd1 commit ae6387e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctrl/SqToggleLED.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ inline void SqToggleLED::drawLayer(const DrawArgs &args, int layer)
auto svg = svgs[index];
svg->draw(args);
}
ModuleLightWidget::drawLayer(args, layer);
ModuleLightWidget::draw(args);
}


Expand Down

0 comments on commit ae6387e

Please sign in to comment.