aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/HeartRate.h
Commit message (Collapse)AuthorAgeFilesLines
* Format header filesFinlay Davidson2023-01-091-0/+1
| | | | In my PR updating clang-format, I forgot to also format the headers.
* Remove unused includes in HearRate and Motion.hReinhold Gschweicher2022-03-031-1/+0
| | | | The include `bits/unique_ptr.h` isn't used, so remove it.
* remove unused libs/ prefix from lvgl includes as not neededReinhold Gschweicher2021-11-151-2/+2
|
* 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.
* Refresh reworkRiku Isokoski2021-07-191-1/+3
|
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-8/+5
|
* Big UI and navigation RewriteJoaquim2021-04-041-5/+5
| | | | | | | | | | | 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...
* HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵Jean-François Milants2021-01-171-0/+4
| | | | ON when the app is closed), display the HR value on the Clock app.
* First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants2021-01-101-0/+38