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:
- 11:73cd744ffa80
- Parent:
- 10:c33d7593a275
- Child:
- 12:47578eb9ea73
--- a/RosenEngine/RosenEngine.cpp Tue Apr 09 06:43:01 2019 +0000 +++ b/RosenEngine/RosenEngine.cpp Tue Apr 09 11:21:18 2019 +0000 @@ -36,6 +36,10 @@ _ship.draw_ship(lcd); _weapons.draw(lcd); } +void RosenEngine::draw_Imperion(N5110 &lcd) +{ + _ship.draw_imperion(lcd); +} void RosenEngine::update(Gamepad &pad) {