use gui_registry.h only once
This commit is contained in:
parent
f58aa69c4b
commit
84ea8d89f6
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
#ifndef __GUI_REGISTRY_H__
|
||||
#define __GUI_REGISTRY_H__
|
||||
|
||||
/*
|
||||
If you want to create a new GUI for the touch screen, then
|
||||
- copy one of the existing GUIs, e.g. gui_numpad.cpp and gui_numpad.h
|
||||
|
@ -21,4 +24,6 @@ typedef void (*init_gui_pageIndicator)(lv_obj_t* tabview);
|
|||
|
||||
void register_gui(init_gui_tab a_init_gui_tab, init_gui_pageIndicator a_gui_pageIndicator);
|
||||
void create_gui_tabs_from_gui_registry(lv_obj_t* tabview);
|
||||
void create_gui_pageIndicators_from_gui_registry(lv_obj_t* panel);
|
||||
void create_gui_pageIndicators_from_gui_registry(lv_obj_t* panel);
|
||||
|
||||
#endif /*__GUI_REGISTRY_H__*/
|
||||
|
|
Loading…
Add table
Reference in a new issue