diff options
| author | JF002 <JF002@users.noreply.github.com> | 2020-07-26 15:58:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-26 15:58:57 +0200 |
| commit | 4f51d429a57342a16cd3d250a2b8387a8101c6ba (patch) | |
| tree | 90a388959c721ce8afd481f3f5ed47125b5aaf59 /src/DisplayApp/Screens/Gauge.cpp | |
| parent | c96a53e1a8d203e18ccda24b3754037fad12a6ca (diff) | |
| parent | 29b5caf895766ccca523faed2d3f88798ee571f4 (diff) | |
Merge branch 'develop' into patch-2
Diffstat (limited to 'src/DisplayApp/Screens/Gauge.cpp')
| -rw-r--r-- | src/DisplayApp/Screens/Gauge.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DisplayApp/Screens/Gauge.cpp b/src/DisplayApp/Screens/Gauge.cpp index 4c4cccd9..fd905231 100644 --- a/src/DisplayApp/Screens/Gauge.cpp +++ b/src/DisplayApp/Screens/Gauge.cpp @@ -19,6 +19,7 @@ Gauge::Gauge(Pinetime::Applications::DisplayApp *app) : Screen(app) { style.text.color = LV_COLOR_WHITE; style.line.color = LV_COLOR_RED; /*Line color after the critical value*/ + /*Describe the color for the needles*/ needle_colors[0] = LV_COLOR_ORANGE; |
