summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/Gauge.cpp
diff options
context:
space:
mode:
authorAdam Pigg <adam@piggz.co.uk>2020-07-11 21:37:28 +0100
committerAdam Pigg <adam@piggz.co.uk>2020-07-11 21:37:28 +0100
commit7a1e6e6e5bf187846bd533f04ee58e04798f0035 (patch)
tree8267d0cd4280abf5a4fca6ffd0a9bc06a3f75411 /src/DisplayApp/Screens/Gauge.cpp
parent0bcaf9c22d6183ba8072e10abb9da7aea578b8db (diff)
Add start of music appliction
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;