Error as described in MBs email to MS

Dependencies:   SDFileSystem app epson mbed msp430 pl tests

Files at this revision

API Documentation at this revision

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])