launcher is now movement

This commit is contained in:
Joey Castillo
2021-10-16 12:58:14 -04:00
parent 9d4367565b
commit e8461984d6
13 changed files with 101 additions and 101 deletions

View File

@@ -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_