From 4b952b42cba56bc52377729857ff1fabb7117d76 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 24 Oct 2021 15:55:48 -0400 Subject: [PATCH] Add LEDButton down state from Pyer. --- include/componentlibrary.hpp | 1 + res/ComponentLibrary/LEDButton_1.svg | 39 ++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 res/ComponentLibrary/LEDButton_1.svg diff --git a/include/componentlibrary.hpp b/include/componentlibrary.hpp index ab39ff12..e15bd77f 100644 --- a/include/componentlibrary.hpp +++ b/include/componentlibrary.hpp @@ -833,6 +833,7 @@ struct LEDButton : app::SvgSwitch { LEDButton() { momentary = true; addFrame(Svg::load(asset::system("res/ComponentLibrary/LEDButton.svg"))); + addFrame(Svg::load(asset::system("res/ComponentLibrary/LEDButton_1.svg"))); } }; diff --git a/res/ComponentLibrary/LEDButton_1.svg b/res/ComponentLibrary/LEDButton_1.svg new file mode 100644 index 00000000..0398b846 --- /dev/null +++ b/res/ComponentLibrary/LEDButton_1.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +