aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Twos.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-1/+1
| | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
* Memory savings by replacing stringsRiku Isokoski2021-10-291-5/+7
|
* Refresh reworkRiku Isokoski2021-07-191-5/+1
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-66/+71
|
* fix style formatting in 2048 gamepetter2021-04-161-2/+7
|
* restore battery bufferJoaquim2021-04-081-2/+1
|
* Big UI and navigation RewriteJoaquim2021-04-041-5/+0
| | | | | | | | | | | new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
* LVGL v7.10.0Joaquim2021-01-281-37/+60
|
* adds 2048 clone gameJed2021-01-021-0/+271
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