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: spase_ship/space_ship.cpp
- Revision:
- 86:79cfe806a11d
- Parent:
- 85:0094d33fb1da
- Child:
- 87:4635d00ffe9d
--- a/spase_ship/space_ship.cpp Sun Apr 28 14:50:01 2019 +0000 +++ b/spase_ship/space_ship.cpp Sun Apr 28 14:53:29 2019 +0000 @@ -20,3 +20,9 @@ _score = 0; // start score from zero } + +void space_ship::draw(N5110 &lcd) +{ + // draw space_ship in screen buffer. + +}