comparison Discovery/Inc/tMenu.h @ 171:4b5b7a40e594

Merged in janlmulder/ostc4/cleanup-1 (pull request #2) Bugfix: highlight the menu underline correctly on selected state (and trivial cleanup)
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Sun, 10 Mar 2019 15:39:55 +0000
parents 5e41365ff0d8
children 0dbf550dc743
comparison
equal deleted inserted replaced
165:e9cce686fe41 171:4b5b7a40e594
69 void openMenu(uint8_t freshWithFlipPages); 69 void openMenu(uint8_t freshWithFlipPages);
70 void openMenu_first_page_with_OC_gas_update(void); 70 void openMenu_first_page_with_OC_gas_update(void);
71 void updateMenu(void); 71 void updateMenu(void);
72 void updateSpecificMenu(uint32_t id); 72 void updateSpecificMenu(uint32_t id);
73 void sendActionToMenu(uint8_t sendAction); 73 void sendActionToMenu(uint8_t sendAction);
74 void timeoutTestMenu(uint32_t seconds_since_last_button_press);
75 void exitMenu(void); 74 void exitMenu(void);
76 75
77 void tM_check_content(void); 76 void tM_check_content(void);
78 void tM_refresh_live_content(void); 77 void tM_refresh_live_content(void);
79 void tM_rebuild_menu_after_tComm(void); 78 void tM_rebuild_menu_after_tComm(void);