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
Diff: Menu/menu.h
- Revision:
- 7:9e9424f5ec4b
- Parent:
- 6:4c55dd4b6d42
- Child:
- 8:b3738229ba85
--- a/Menu/menu.h Fri May 03 19:17:56 2019 +0000
+++ b/Menu/menu.h Sat May 04 00:11:14 2019 +0000
@@ -19,19 +19,16 @@
void intro(N5110 &lcd, Gamepad &pad);
// run a short story mode
- void story(N5110 &lcd);
+ void story(N5110 &lcd, Gamepad &pad);
+ void actI(N5110 &lcd, Gamepad &pad);
+ void actII(N5110 &lcd, Gamepad &pad);
// start the main menu and display options
- void startMainMenu(N5110 &lcd);
+ void startMainMenu(N5110 &lcd, Gamepad &pad);
// draw the different sectors of the menu
- void drawSelections();
+ void drawSelections(N5110 &lcd, Gamepad &pad);
- // method to draw some of the strings, made on paint
- void drawLogo(N5110 &lcd, string name);
-
- // falling numbers screen flush
- void numberFall(N5110 &lcd);
// private part of the class definition
private: