| 849 | |
| 850 | struct VCVButton : app::SvgSwitch { |
| 851 | VCVButton() { |
| 852 | momentary = true; |
| 853 | addFrame(Svg::load(asset::system("res/ComponentLibrary/VCVButton_0.svg"))); |
| 854 | addFrame(Svg::load(asset::system("res/ComponentLibrary/VCVButton_1.svg"))); |
| 855 | } |
| 856 | }; |
| 857 | using LEDButton = VCVButton; |
| 858 |