some optimizations regarding LED color

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-09-20 20:21:42 +02:00
parent 2f03713a4e
commit 273f9491f8
26 changed files with 357 additions and 91 deletions

View File

@@ -4,19 +4,19 @@ Widget::Widget(u8g2_t *u8g2) : u8g2(u8g2)
{
}
void Widget::enter()
void Widget::onEnter()
{
}
void Widget::pause()
void Widget::onPause()
{
}
void Widget::resume()
void Widget::onResume()
{
}
void Widget::exit()
void Widget::onExit()
{
}