| 832 | }; |
| 833 | |
| 834 | struct CKD6 : app::SvgSwitch { |
| 835 | CKD6() { |
| 836 | momentary = true; |
| 837 | addFrame(Svg::load(asset::system("res/ComponentLibrary/CKD6_0.svg"))); |
| 838 | addFrame(Svg::load(asset::system("res/ComponentLibrary/CKD6_1.svg"))); |
| 839 | } |
| 840 | }; |
| 841 | |
| 842 | struct TL1105 : app::SvgSwitch { |
| 843 | TL1105() { |
nothing calls this directly
no outgoing calls
no test coverage detected