aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Label.cpp
Commit message (Collapse)AuthorAgeFilesLines
* screens: Remove unused DisplayApp parametersRiku Isokoski2023-02-251-2/+1
|
* screens: Remove displayapp parameter from screenRiku Isokoski2023-02-251-2/+2
| | | | | | | | 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-27/+2
| | | | * Move PageIndicator widget to its own files to reduce code duplication * Use uint8_t in PageIndicator
* Tweak gamma on ST7789 and match UI colorsRiku Isokoski2022-04-251-1/+1
| | | | | This change will increase the color accuracy of the PineTime and make UI development with the simulator easier.
* 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-151-9/+9
|\
| * Adjust previously missed scrollbar and firmware validation buttonsRiku Isokoski2021-08-151-9/+9
| |
* | Refresh reworkRiku Isokoski2021-07-191-4/+0
|/
* Reformatted all the files according to clang-format styleAvamander2021-04-241-9/+5
|
* Big UI and navigation RewriteJoaquim2021-04-041-5/+37
| | | | | | | | | | | 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
|
* Switched from NULL to nullptrAvamander2020-10-041-1/+1
|
* Renamed displayapp/Screens to displayapp/screensAvamander2020-10-021-0/+15