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: SDFileSystem app epson mbed msp430 pl tests
Revision 1:5874c1a074a7, committed 2018-01-11
- Comitter:
- marcbax
- Date:
- Thu Jan 11 14:12:00 2018 +0000
- Parent:
- 0:c643d398cdb6
- Commit message:
- Version 180111a with error as reported to Mark Symonds
Changed in this revision
hangman.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/hangman.cpp Thu Jan 11 13:42:27 2018 +0000 +++ b/hangman.cpp Thu Jan 11 14:12:00 2018 +0000 @@ -82,7 +82,8 @@ { //writeimage of newpos letter inverted printf("writing %u inverted\n", newpos); - WritePartImage("/ai.pgm", Xpos(newpos), Ypos(newpos), newpos*25, 0, 24, 28); + WritePartImage("/ai.pgm", 230, 51, 300, 0, 24, 28); + //WritePartImage("/ai.pgm", Xpos(newpos), Ypos(newpos), newpos*25, 0, 24, 28); } Log("redrawing oldpos"); if (alphabet[oldpos])