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:
- 13:e114d362186d
- Parent:
- 12:47578eb9ea73
- Child:
- 30:711d722f3cef
--- a/Menu/Menu.h Wed Apr 10 11:01:19 2019 +0000 +++ b/Menu/Menu.h Wed Apr 10 12:04:07 2019 +0000 @@ -15,7 +15,8 @@ void init(int ycursor); void title(N5110 &lcd); void update(Direction d); - int get_cursor(); + int get_ycursor(); + int get_xcursor(); void disp_ships(N5110 &lcd); //void Menu::scroll(N5110 &lcd, Direction d);