aboutsummaryrefslogtreecommitdiffstats
path: root/src/DisplayApp/Screens/Gauge.cpp
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2020-07-25 15:03:29 +0200
committerGitHub <noreply@github.com>2020-07-25 15:03:29 +0200
commit3f72af1030de97dc522d4a7a5448a0d29ad0b003 (patch)
treeac21fa590d1e7849c6c7338a24f5f8ea03bc47c3 /src/DisplayApp/Screens/Gauge.cpp
parent22fe96f69a3d6960ac132710d073df36ffd8be4b (diff)
parent5713eac1045394928de19e76fd00a172f63bffa7 (diff)
Merge pull request #40 from piggz/music
Music
Diffstat (limited to 'src/DisplayApp/Screens/Gauge.cpp')
-rw-r--r--src/DisplayApp/Screens/Gauge.cpp1
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;