Basic logic done. Need to change the timer source to get ms. Also need to replace with paddle app in displayApp.cpp and ApplicationList.cpp later.

This commit is contained in:
panky-codes
2021-03-11 10:54:14 +01:00
parent a44260aab0
commit cc58b635a3
6 changed files with 114 additions and 3 deletions

View File

@@ -60,7 +60,8 @@ std::unique_ptr<Screen> ApplicationList::CreateScreen2() {
{Symbols::asterisk, Apps::Meter},
{Symbols::paintbrush, Apps::Paint},
{Symbols::info, Apps::Notifications},
{Symbols::paddle, Apps::Paddle},
//TODO: Change it back
{Symbols::paddle, Apps::StopWatch},
{"2", Apps::Twos}
}
};