widgets are now watch faces
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
#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"
|
||||
#include "simple_clock_face.h"
|
||||
#include "preferences_face.h"
|
||||
#include "set_time_face.h"
|
||||
#include "pulseometer_face.h"
|
||||
|
||||
#define MOVEMENT_NUM_WIDGETS 3
|
||||
#define MOVEMENT_NUM_FACES 3
|
||||
|
||||
WatchWidget widgets[MOVEMENT_NUM_WIDGETS] = {
|
||||
simple_clock_widget,
|
||||
preferences_widget,
|
||||
set_time_widget,
|
||||
WatchFace watch_faces[MOVEMENT_NUM_FACES] = {
|
||||
simple_clock_face,
|
||||
preferences_face,
|
||||
set_time_face,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user