summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2021-11-27 16:48:51 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2021-11-27 16:48:51 -0500
commit3a7c73a34ecd4d194d7274ef1b030dbeb3c904d5 (patch)
treef53c34a5db656dfc00a14ac03d1488ffa6cab94e
parent470544823bc2f8b7ef4cf535adbf22fa2c81915f (diff)
downloadSensor-Watch-3a7c73a34ecd4d194d7274ef1b030dbeb3c904d5.tar.gz
Sensor-Watch-3a7c73a34ecd4d194d7274ef1b030dbeb3c904d5.tar.bz2
Sensor-Watch-3a7c73a34ecd4d194d7274ef1b030dbeb3c904d5.zip
movement: preferences should show 'blu' for watches with blue LED
-rw-r--r--movement/watch_faces/settings/preferences_face.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/movement/watch_faces/settings/preferences_face.c b/movement/watch_faces/settings/preferences_face.c
index 03a58834..6c779811 100644
--- a/movement/watch_faces/settings/preferences_face.c
+++ b/movement/watch_faces/settings/preferences_face.c
@@ -9,7 +9,11 @@ const char preferences_face_titles[PREFERENCES_FACE_NUM_PREFEFENCES][11] = {
"TO ", // Timeout: how long before we snap back to the clock face?
"LE ", // Low Energy mode: how long before it engages?
"LT ", // Light: duration
+#ifdef WATCH_SWAP_LED_PINS
+ "LT blu ", // Light: blue component (for watches with blue LED)
+#else
"LT grn ", // Light: green component
+#endif
"LT red ", // Light: red component
};