summaryrefslogtreecommitdiff
path: root/src/displayapp/Apps.h
AgeCommit message (Collapse)Author
2021-03-11Basic logic done. Need to change the timer source to get ms. Also need to ↵panky-codes
replace with paddle app in displayApp.cpp and ApplicationList.cpp later.
2021-02-01CleanupJoaquim
2021-01-20Merge branch piggz/nav into develop:Jean-François Milants
- fix conflict - add a icon for the navigation app.
2021-01-10First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants
2021-01-02adds 2048 clone gameJed
styles table reads touch events allows moving tiles allows merging tiles improves tile movement allows merging tiles adds score display implements color edit comments adjust game logic disallows double merges
2020-12-03Update Apps.hZephyrLabs
added Paddle app
2020-12-03Addition of new files in MakeListZephyrLabs
added Paddle.cpp and Paddle.h
2020-10-20Integrate new notification UI with notifications coming from BLEJF
2020-10-19[WIP] Add new notification UI that use HW scrolling effects. Both ↵JF
notification apps are available in the menu, we can compare them.
2020-10-18[WIP] New notification app that uses software scrolling effect.JF
2020-10-02Renamed DisplayApp/ to displayapp/Avamander