aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Label.h
Commit message (Collapse)AuthorAgeFilesLines
* screens: Remove displayapp parameter from screenRiku Isokoski2023-02-251-1/+1
| | | | | | | | The DisplayApp class isn't used in the Screen base class and most screens, so requiring it is pointless. In this commit, DisplayApp pointers were added to screens which use it and the explicit Screen constructor was removed in those screens.
* Add PageIndicator widget to reduce code duplication (#1218)Riku Isokoski2022-07-051-4/+2
| | | | * Move PageIndicator widget to its own files to reduce code duplication * Use uint8_t in PageIndicator
* 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.
* Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-031-2/+0
|\
| * Code cleanup (#466)Riku Isokoski2021-07-251-3/+1
| | | | | | | | * Code cleanup * Remove override again
* | Refresh reworkRiku Isokoski2021-07-191-3/+1
|/
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-15/+12
|
* Big UI and navigation RewriteJoaquim2021-04-041-4/+13
| | | | | | | | | | | 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...
* Include cleanup: displayapp + screensokaestne2020-11-161-1/+0
|
* Renamed displayapp/Screens to displayapp/screensAvamander2020-10-021-0/+23