Syntax
void AM_StopUpdateScreen(
MENU_HANDLE menu
);
Parameters
- menu
- [in] Menu handle
Return value
None.
Remarks
Display flicker may be noticeable when updating multiple menu items with one user operation. In such a case, by calling this function, even if you change the contents of each menu item after that, it will not be reflected on the screen.After making a series of changes, call the AM_ShowMenu function to display all the menu items contained in the menu at once.
By calling the AM_ShowMenu function, the stop state of screen update by this function is released.
Requirements
Header file:
lib.hLibrary file:
AdvancedMenu.h
libAdvancedMenu.a
libSTARTUPOPH5000.a
Last updated: 2020/10/04