From 3a7c73a34ecd4d194d7274ef1b030dbeb3c904d5 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 27 Nov 2021 16:48:51 -0500 Subject: movement: preferences should show 'blu' for watches with blue LED --- movement/watch_faces/settings/preferences_face.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'movement') 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 }; -- cgit v1.2.3