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: RosenEngine/RosenEngine.cpp
- Revision:
- 12:47578eb9ea73
- Parent:
- 11:73cd744ffa80
- Child:
- 13:e114d362186d
--- a/RosenEngine/RosenEngine.cpp Tue Apr 09 11:21:18 2019 +0000 +++ b/RosenEngine/RosenEngine.cpp Wed Apr 10 11:01:19 2019 +0000 @@ -66,4 +66,9 @@ { _ycursor = _menu.get_cursor(); return _ycursor; +} +void RosenEngine::ship_select(N5110 &lcd) +{ + _menu.update(_d); + _menu.disp_ships(lcd); } \ No newline at end of file