summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/PineTimeStyle.h
diff options
context:
space:
mode:
authorKieran Cawthray <kieranc@gmail.com>2021-06-23 20:14:34 (GMT)
committerKieran Cawthray <kieranc@gmail.com>2021-06-23 20:14:34 (GMT)
commit14721e8f1ef3fd8ebfe2bf870416c7f343f83936 (patch)
tree5f06c079048590e3e5b51e24b48459087685ecc8 /src/displayapp/screens/PineTimeStyle.h
parentc3f854ba65967631282a719743f68943f4c6c86f (diff)
Move static needle_colors array to member variable
Diffstat (limited to 'src/displayapp/screens/PineTimeStyle.h')
-rw-r--r--src/displayapp/screens/PineTimeStyle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/PineTimeStyle.h b/src/displayapp/screens/PineTimeStyle.h
index 7c99c6a..70794cc 100644
--- a/src/displayapp/screens/PineTimeStyle.h
+++ b/src/displayapp/screens/PineTimeStyle.h
@@ -72,6 +72,7 @@ namespace Pinetime {
lv_obj_t* heartbeatBpm;
lv_obj_t* notificationIcon;
lv_obj_t* stepGauge;
+ lv_color_t needle_colors[1];
Controllers::DateTime& dateTimeController;
Controllers::Battery& batteryController;