]> git.earman.xyz Git - sensor-watch.git/commitdiff
movement: preferences should show 'blu' for watches with blue LED
authorJoey Castillo <joeycastillo@utexas.edu>
Sat, 27 Nov 2021 21:48:51 +0000 (16:48 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Sat, 27 Nov 2021 21:48:51 +0000 (16:48 -0500)
movement/watch_faces/settings/preferences_face.c

index 03a58834adfb481af5b531d4155035c8da5d323d..6c7798112e15249ad85ace6ee31c37bccd7535b5 100644 (file)
@@ -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
 };