]> git.earman.xyz Git - sensor-watch.git/commitdiff
Added more presets to the tally face
authorDavid Volovskiy <devolov@gmail.com>
Sun, 8 Sep 2024 21:23:53 +0000 (17:23 -0400)
committerDavid Volovskiy <devolov@gmail.com>
Sun, 8 Sep 2024 21:23:53 +0000 (17:23 -0400)
movement/watch_faces/complication/tally_face.c

index 32e3c52e4a63f921fd06a03736257cc6983bbc1b..3893fc74d2a20aec1ba0d18269fa7094456c9827 100644 (file)
@@ -32,7 +32,7 @@
 
 static bool _init_val;
 static bool _quick_ticks_running;
-static const int16_t _tally_default[] = {0, 40, 20};
+static const int16_t _tally_default[] = {0, 100, 40, 20, 10};
 static const uint8_t _tally_default_size = sizeof(_tally_default) / sizeof(int16_t);
 
 void tally_face_setup(movement_settings_t *settings, uint8_t watch_face_index, void ** context_ptr) {