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:
- 30:711d722f3cef
- Parent:
- 13:e114d362186d
- Child:
- 42:ee13e1d103d8
- Child:
- 44:a6a361bea806
diff -r 4c7b16b5b6df -r 711d722f3cef Menu/Menu.h --- a/Menu/Menu.h Fri Apr 19 02:40:08 2019 +0000 +++ b/Menu/Menu.h Fri Apr 19 19:40:01 2019 +0000 @@ -13,7 +13,7 @@ // Displays title screen void init(int ycursor); - void title(N5110 &lcd); + void title(N5110 &lcd, int shipno); void update(Direction d); int get_ycursor(); int get_xcursor();