diff --git a/include/componentlibrary.hpp b/include/componentlibrary.hpp index 40236012..63dffd80 100644 --- a/include/componentlibrary.hpp +++ b/include/componentlibrary.hpp @@ -783,6 +783,12 @@ struct PJ301MPort : app::SvgPort { } }; +struct DarkPJ301MPort : app::SvgPort { + DarkPJ301MPort() { + setSvg(Svg::load(asset::system("res/ComponentLibrary/PJ301M-dark.svg"))); + } +}; + struct ThemedPJ301MPort : app::ThemedSvgPort { ThemedPJ301MPort() { setSvg(Svg::load(asset::system("res/ComponentLibrary/PJ301M.svg")), Svg::load(asset::system("res/ComponentLibrary/PJ301M-dark.svg")));