basic launcher switching between two widgets
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
#ifndef LAUNCHER_CONFIG_H_
|
||||
#define LAUNCHER_CONFIG_H_
|
||||
|
||||
#include "fake_widget.h"
|
||||
#include "fake_widget_1.h"
|
||||
#include "fake_widget_2.h"
|
||||
|
||||
#define LAUNCHER_NUM_WIDGETS 1
|
||||
#define LAUNCHER_NUM_WIDGETS 2
|
||||
|
||||
WatchWidget widgets[LAUNCHER_NUM_WIDGETS] = {
|
||||
fake_widget
|
||||
fake_widget_1,
|
||||
fake_widget_2,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user