summaryrefslogtreecommitdiffstats
path: root/movement/movement_config.h
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-10-16 12:58:14 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-10-16 12:58:14 -0400
commite8461984d60a80841a5f4b219358cc20567114f8 (patch)
treef81b719dd66a821b129f2809798caee39ea9451a /movement/movement_config.h
parent9d4367565b20ef9d42f793fc00daa575c46b0e3c (diff)
downloadSensor-Watch-e8461984d60a80841a5f4b219358cc20567114f8.tar.gz
Sensor-Watch-e8461984d60a80841a5f4b219358cc20567114f8.tar.bz2
Sensor-Watch-e8461984d60a80841a5f4b219358cc20567114f8.zip
launcher is now movement
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r--movement/movement_config.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h
new file mode 100644
index 00000000..49f342ca
--- /dev/null
+++ b/movement/movement_config.h
@@ -0,0 +1,18 @@
+#ifndef MOVEMENT_CONFIG_H_
+#define MOVEMENT_CONFIG_H_
+
+#include "simple_clock_widget.h"
+#include "preferences_widget.h"
+#include "set_time_widget.h"
+#include "pulseometer_widget.h"
+
+#define MOVEMENT_NUM_WIDGETS 3
+
+WatchWidget widgets[MOVEMENT_NUM_WIDGETS] = {
+ simple_clock_widget,
+ preferences_widget,
+ set_time_widget,
+};
+
+
+#endif // MOVEMENT_CONFIG_H_