Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Menu Class Reference
#include <Menu.h>
Public Member Functions | |
| Menu () | |
| Constructor. | |
| ~Menu () | |
| Destructor. | |
| void | init () |
| Initialises Menu. | |
| void | select_part (bool pressed) |
| Sets the current menu part to the displayed when a is pressed. | |
| void | draw_part (N5110 &lcd) |
| Draws the name of the part that is in the middle. | |
| void | menu_scroll (Direction d_) |
| Scrolls through the different menu parts. | |
| MenuParts | get_current_menu_part () |
| Gets the current menu part that is selected. | |
Detailed Description
Explosion class.
Selects and draws different menu parts
- Date:
- May 2020
Definition at line 27 of file Menu.h.
Constructor & Destructor Documentation
Member Function Documentation
| void draw_part | ( | N5110 & | lcd ) |
| MenuParts get_current_menu_part | ( | ) |
| void menu_scroll | ( | Direction | d_ ) |
Generated on Fri Aug 5 2022 06:55:08 by
1.7.2