mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 18:38:35 -07:00
BLE Spam add more gui modules
This commit is contained in:
9
applications/external/ble_spam/ble_spam.h
vendored
9
applications/external/ble_spam/ble_spam.h
vendored
@@ -1,12 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include <gui/view_dispatcher.h>
|
||||
#include <gui/modules/byte_input.h>
|
||||
#include <gui/modules/submenu.h>
|
||||
#include <gui/modules/text_input.h>
|
||||
#include <gui/modules/variable_item_list.h>
|
||||
|
||||
#include "scenes/_setup.h"
|
||||
|
||||
enum {
|
||||
ViewMain,
|
||||
ViewByteInput,
|
||||
ViewSubmenu,
|
||||
ViewTextInput,
|
||||
ViewVariableItemList,
|
||||
};
|
||||
|
||||
@@ -18,5 +24,8 @@ typedef struct {
|
||||
ViewDispatcher* view_dispatcher;
|
||||
SceneManager* scene_manager;
|
||||
|
||||
ByteInput* byte_input;
|
||||
Submenu* submenu;
|
||||
TextInput* text_input;
|
||||
VariableItemList* variable_item_list;
|
||||
} Ctx;
|
||||
|
||||
Reference in New Issue
Block a user