launcher: add widget for setting the time

This commit is contained in:
Joey Castillo
2021-10-04 14:12:15 -04:00
parent 110c81cbed
commit 58cf2e7585
4 changed files with 131 additions and 3 deletions

View File

@@ -3,16 +3,16 @@
#include "simple_clock_widget.h"
#include "preferences_widget.h"
#include "set_time_widget.h"
#include "fake_widget_1.h"
#include "fake_widget_2.h"
#define LAUNCHER_NUM_WIDGETS 4
#define LAUNCHER_NUM_WIDGETS 3
WatchWidget widgets[LAUNCHER_NUM_WIDGETS] = {
simple_clock_widget,
preferences_widget,
fake_widget_1,
fake_widget_2,
set_time_widget,
};