aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/InfiniPaint.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Resolve paint corrupting screen scrollingmark90642025-10-101-1/+6
|
* screens: Remove unused DisplayApp parametersRiku Isokoski2023-02-251-3/+1
|
* screens: Remove explicit Screen constructorsRiku Isokoski2023-02-251-1/+1
| | | | | This constructor didn't do anything since DisplayApp reference was removed from the Screen base class.
* Centralize most color definitions (#1258)Riku Isokoski2022-08-161-1/+2
|
* 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.
* InfiniPaint: add missing include algorithm for std::fillReinhold Gschweicher2021-12-301-0/+2
|
* Merge branch 'paint-colorchange-vibration' of ↵Jean-François Milants2021-12-021-2/+6
|\ | | | | | | | | | | | | git://github.com/clemensvonmolo/InfiniTime into clemensvonmolo-paint-colorchange-vibration # Conflicts: # src/displayapp/screens/InfiniPaint.h
| * change paint vibration to 35msClemens von Molo2021-11-011-1/+1
| |
| * color rotation using modulo, ran clang-format for InfiniPaintClemens von Molo2021-11-011-3/+8
| |
| * InfiniPaint vibrate on colorchange, fix color rotationClemens von Molo2021-10-311-4/+3
| |
* | 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-3/+0
|\
| * Fix most issuesRiku Isokoski2021-07-161-3/+0
| |
* | Refresh reworkRiku Isokoski2021-07-191-4/+0
|/
* Reformatted all the files according to clang-format styleAvamander2021-04-241-6/+5
|
* double tap wakeup error fixJoaquim2021-04-041-0/+2
| | | | battery nonblocking read
* Big UI and navigation RewriteJoaquim2021-04-041-6/+38
| | | | | | | | | | | 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-2/+0
|
* Include cleanup: displayapp + screensokaestne2020-11-161-2/+1
|
* Reformatted InfiniPaint againAvamander2020-10-091-1/+1
|
* Minor formatting, diagnostic and documentation changesAvamander2020-10-091-6/+6
|
* Renamed displayapp/Screens to displayapp/screensAvamander2020-10-021-0/+44