comparison Discovery/Inc/tMenu.h @ 647:15f6f0b5786c

Integrated selection of bailout in the diluent selection page: To be able to introduce a new menu page for future development, the selection of bailout cases is now combined with the selection of the diluent at one page. To enable this the concept of a "shadow page" has been introduced. With that the original functionality may be reused without need to a a standalone page. The bailout /diluen page is now switched (surface mode) using the last menu line of the gas selection page
author Ideenmodellierer
date Tue, 13 Apr 2021 19:25:41 +0200
parents 0dbf550dc743
children 6169309d6eb9
comparison
equal deleted inserted replaced
646:0fc1b47d2482 647:15f6f0b5786c
81 void tM_build_page(uint32_t id, char *text, uint16_t tab, char *subtext); 81 void tM_build_page(uint32_t id, char *text, uint16_t tab, char *subtext);
82 82
83 void block_diluent_page(void); 83 void block_diluent_page(void);
84 void unblock_diluent_page(void); 84 void unblock_diluent_page(void);
85 85
86 void selectPage(uint32_t selection);
87
86 #endif /* TMENU_H */ 88 #endif /* TMENU_H */