aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Motion.cpp
Commit message (Collapse)AuthorAgeFilesLines
* bma421: Change acceleration values to 'binary milli-G' unitsGraham Jones2024-02-111-4/+4
| | | Co-authored-by: FintasticMan <finlay.neon.kid@gmail.com>
* screens: Remove unused DisplayApp parametersRiku Isokoski2023-02-251-2/+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.
* Update clang-tidy configuration and fix some warnings (#1474)Riku Isokoski2022-12-181-6/+6
| | | | | Don't enable coding conventions from unrelated projects. Only enable generic checks.
* Centralize most color definitions (#1258)Riku Isokoski2022-08-161-1/+2
|
* Tweak gamma on ST7789 and match UI colorsRiku Isokoski2022-04-251-3/+3
| | | | | This change will increase the color accuracy of the PineTime and make UI development with the simulator easier.
* Replace lv_label_set_text where possibleRiku Isokoski2022-04-181-1/+1
|
* Move up file header include to topReinhold Gschweicher2021-11-151-1/+1
|
* remove unused libs/ prefix from lvgl includes as not neededReinhold Gschweicher2021-11-151-1/+1
|
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-2/+2
| | | | | | | 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-6/+5
|\
| * Code cleanup (#466)Riku Isokoski2021-07-251-8/+6
| | | | | | | | * Code cleanup * Remove override again
* | Refresh reworkRiku Isokoski2021-07-191-4/+4
|/
* Merge branch 'develop' ofJoaquim2021-04-261-4/+5
|\ | | | | | | https://github.com/JF002/InfiniTime into StepsApp
| * Reformatted all the files according to clang-format styleAvamander2021-04-241-5/+5
| |
* | New Steps appJoaquim2021-04-191-9/+11
|/ | | | | | Settings to set the steps goal More detail in Motion app New 42px Font
* First integration of the motion sensor (bma 421) : step counting + wake on ↵Jean-François Milants2021-04-041-0/+59
wrist rotation + app to see the value of the 3 axis in "real time".