OMOTE/Platformio/OmoteUI/UIs/BasicRefactored/BasicUI.hpp
MatthewColvin 52cb2e7ce2 Add background color setter in UIElement
Use main to spawn refacoredBasic UI
Start using new screen manager and
screen concepts
2023-09-16 16:44:15 -05:00

11 lines
No EOL
169 B
C++

#pragma once
#include "UIBase.hpp"
namespace UI {
class BasicUI : public UIBase {
public:
BasicUI(std::shared_ptr<HardwareAbstract> aHardware);
};
} // namespace UI