aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/HeartRate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Background heartrate measurementmark90642025-11-051-2/+2
| | | | Co-Authored-By: Patric Gruber <me@patric-gruber.at>
* Refactor doNotGoToSleep to a wakelock countermark90642024-09-211-5/+4
|
* fix: heartrate app displays --- instead of 000 (#1887)John Crawford2024-04-121-3/+7
|
* 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.
* Update clang-tidy configuration and fix some warnings (#1474)Riku Isokoski2022-12-181-3/+5
| | | | | Don't enable coding conventions from unrelated projects. Only enable generic checks.
* Centralize most color definitions (#1258)Riku Isokoski2022-08-161-6/+8
|
* 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-2/+2
|
* Tweak gamma on ST7789 and match UI colorsRiku Isokoski2022-04-251-4/+4
| | | | | 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-7/+7
|
* Move up file header include to topReinhold Gschweicher2021-11-151-1/+1
|
* 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.
* Refresh reworkRiku Isokoski2021-07-191-3/+4
|
* Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants2021-06-061-4/+4
| | | | variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.
* Reformatted all the files according to clang-format styleAvamander2021-04-241-16/+17
|
* Fix display consistency with the HR measurement when measurements are ↵Jean-François Milants2021-04-181-4/+10
| | | | already running when the app is open.
* Big UI and navigation RewriteJoaquim2021-04-041-18/+18
| | | | | | | | | | | 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-13/+5
|
* HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵Jean-François Milants2021-01-171-11/+50
| | | | 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/+76