DeskControl/src/lib/screen/move-overcurrent.cpp

19 lines
256 B
C++

#include "./move-overcurrent.h"
void MoveOverCurrentScreen::onShow()
{
auto display = this->getDisplay();
// TODO: implement MoveOverCurrentScreen
}
void MoveOverCurrentScreen::onButton(Button button)
{
}
void MoveOverCurrentScreen::onTick()
{
}