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.
Dependencies: mbed
Menu Class Reference
#include <Menu.h>
Public Member Functions | |
| Menu () | |
| Constructor. | |
| ~Menu () | |
| Destructor. | |
| void | init () |
| Initalises Menu. | |
| void | display (N5110 &lcd, Gamepad &pad) |
| displays the main menu | |
| void | draw (N5110 &lcd) |
| Draws the spike. | |
| void | update (Gamepad &pad) |
| updates the option | |
| void | instructions (N5110 &lcd, Gamepad &pad) |
| displays the instruction screen | |
| void | highs_screen (N5110 &lcd, Gamepad &pad, Highscore &hs, SDFileSystem &sd) |
| displays the highscore screen | |
| int | getmode () |
| gets the option | |
Detailed Description
Menu class.
small main menu with instructions and highscore screen
- Date:
- May 2020
Definition at line 16 of file Menu.h.
Constructor & Destructor Documentation
Member Function Documentation
| void draw | ( | N5110 & | lcd ) |
| void highs_screen | ( | N5110 & | lcd, |
| Gamepad & | pad, | ||
| Highscore & | hs, | ||
| SDFileSystem & | sd | ||
| ) |
Generated on Tue Jul 12 2022 18:29:13 by
1.7.2