aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/List.cpp
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.
* List: Update list style and make it grayRiku Isokoski2023-01-121-23/+27
|
* Add PageIndicator widget to reduce code duplication (#1218)Riku Isokoski2022-07-051-25/+2
| | | | * Move PageIndicator widget to its own files to reduce code duplication * Use uint8_t in PageIndicator
* Force full screen refresh with a rounder functionRiku Isokoski2022-05-081-6/+0
| | | | | | When the screen switches, the full screen needs to be refreshed for the hardware scrolling to work. This was enforced with backgroundLabels, but is simpler to do with a rounder function.
* Fix large blacklevel step. Lower 25% of shades are now accessible.Riku Isokoski2022-04-291-1/+1
| | | | | | | | | There is a large step in brightness from level zero to level one. After experimenting with various ST7789 options, I found that decreasing VDV to 0x10 (-0.4V) fixes this issue. The gamma change reduced the average error in brightness, but with the underlying issue fixed, the gamma change has been reverted.
* Fix warningsRiku Isokoski2022-04-251-3/+2
|
* Tweak gamma on ST7789 and match UI colorsRiku Isokoski2022-04-251-2/+2
| | | | | 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-3/+3
| | | | | | | 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-281-1/+1
|\
| * Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-08-181-19/+15
| |\
| * | New touch handler, with issuesRiku Isokoski2021-07-151-1/+1
| | |
* | | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-151-19/+15
|\ \ \ | | |/ | |/|
| * | Ui updateRiku Isokoski2021-08-151-19/+15
| |/
* / Refresh reworkRiku Isokoski2021-07-191-5/+0
|/
* Reformatted all the files according to clang-format styleAvamander2021-04-241-27/+21
|
* Change animation direction in menusJoaquim José Almeida Pereira2021-04-151-1/+1
|
* Big UI and navigation RewriteJoaquim2021-04-041-0/+126
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...