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: Sprites/Sprites.h
- Revision:
- 59:d82d49a7a4d4
- Parent:
- 58:4a826093d9e9
- Child:
- 60:3df033345059
--- a/Sprites/Sprites.h Tue May 07 00:30:46 2019 +0000 +++ b/Sprites/Sprites.h Tue May 07 00:38:10 2019 +0000 @@ -225,7 +225,7 @@ @param y sinking block position. @param x2 Sinking block finish position. */ - void soft_blocks(int x, int y, int z, N5110 &lcd); + void soft_blocks(int x1, int y, int x2, N5110 &lcd); bool _key[5]; /*initialise key flag, will only draw key if false, array identifies keys individually made public has key_reinit() needs to reset flag at start of each level*/