comparison Discovery/Inc/tMenu.h @ 379:0dbf550dc743 MotionDetection

Added missing customerview selection In the previous version only 6 out of 10 custom views could be configurated => Added a second page for the dive menu system tab In case all views are deactivated the none / debug page will be set as default
author ideenmodellierer
date Mon, 16 Sep 2019 22:49:34 +0200
parents 5e41365ff0d8
children 15f6f0b5786c
comparison
equal deleted inserted replaced
378:834e087505ec 379:0dbf550dc743
76 void tM_check_content(void); 76 void tM_check_content(void);
77 void tM_refresh_live_content(void); 77 void tM_refresh_live_content(void);
78 void tM_rebuild_menu_after_tComm(void); 78 void tM_rebuild_menu_after_tComm(void);
79 79
80 void tM_refresh(char *text, uint8_t *textPointer, uint8_t line, const char content[6]); 80 void tM_refresh(char *text, uint8_t *textPointer, uint8_t line, const char content[6]);
81 void tM_build_page(uint32_t id, char *text, uint16_t tab, char *subtext);
81 82
82 void block_diluent_page(void); 83 void block_diluent_page(void);
83 void unblock_diluent_page(void); 84 void unblock_diluent_page(void);
84 85
85 #endif /* TMENU_H */ 86 #endif /* TMENU_H */