diff options
| author | Kieran Cawthray <kieranc@gmail.com> | 2021-06-23 22:14:34 +0200 |
|---|---|---|
| committer | Kieran Cawthray <kieranc@gmail.com> | 2021-06-23 22:14:34 +0200 |
| commit | 14721e8f1ef3fd8ebfe2bf870416c7f343f83936 (patch) | |
| tree | 5f06c079048590e3e5b51e24b48459087685ecc8 /src/displayapp/screens/PineTimeStyle.h | |
| parent | c3f854ba65967631282a719743f68943f4c6c86f (diff) | |
Move static needle_colors array to member variable
Diffstat (limited to 'src/displayapp/screens/PineTimeStyle.h')
| -rw-r--r-- | src/displayapp/screens/PineTimeStyle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/PineTimeStyle.h b/src/displayapp/screens/PineTimeStyle.h index 7c99c6a7..70794cc5 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; |
