launcher app with clock and preferences menu

This commit is contained in:
Joey Castillo
2021-10-03 18:49:21 -04:00
parent 8d5280a34f
commit 27df51d40a
12 changed files with 304 additions and 30 deletions

View File

@@ -1,12 +1,16 @@
#ifndef LAUNCHER_CONFIG_H_
#define LAUNCHER_CONFIG_H_
#include "simple_clock_widget.h"
#include "preferences_widget.h"
#include "fake_widget_1.h"
#include "fake_widget_2.h"
#define LAUNCHER_NUM_WIDGETS 2
#define LAUNCHER_NUM_WIDGETS 4
WatchWidget widgets[LAUNCHER_NUM_WIDGETS] = {
simple_clock_widget,
preferences_widget,
fake_widget_1,
fake_widget_2,
};