aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Twos.h
Commit message (Collapse)AuthorAgeFilesLines
* Format header filesFinlay Davidson2023-01-091-0/+1
| | | | In my PR updating clang-format, I forgot to also format the headers.
* Reduce duplication in Twos (#1274)Riku Isokoski2022-09-111-5/+2
|
* Twos code cleanup (#1220)Riku Isokoski2022-07-061-4/+7
|
* Improved format specifiers, bracing, removed C-style casts, whitespace fixes ↵Avamander2021-12-091-5/+5
| | | | and removed Tiles shadowing
* 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.
* Refresh reworkRiku Isokoski2021-07-191-2/+1
|
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-22/+20
|
* Big UI and navigation RewriteJoaquim2021-04-041-2/+2
| | | | | | | | | | | 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-0/+7
|
* adds 2048 clone gameJed2021-01-021-0/+34
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