Mercurial > public > ostc4
diff 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 |
line wrap: on
line diff
--- a/Discovery/Inc/tMenu.h Mon Sep 16 22:46:24 2019 +0200 +++ b/Discovery/Inc/tMenu.h Mon Sep 16 22:49:34 2019 +0200 @@ -78,6 +78,7 @@ void tM_rebuild_menu_after_tComm(void); void tM_refresh(char *text, uint8_t *textPointer, uint8_t line, const char content[6]); +void tM_build_page(uint32_t id, char *text, uint16_t tab, char *subtext); void block_diluent_page(void); void unblock_diluent_page(void);