Program with 5510 functions for mbedd, this are not organized in a object model, just functions

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
jaga1184
Date:
Fri Mar 18 00:19:35 2011 +0000
Parent:
0:f3c29d937050
Commit message:
beta,english

Changed in this revision

figures.h Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/figures.h	Fri Mar 18 00:16:13 2011 +0000
+++ b/figures.h	Fri Mar 18 00:19:35 2011 +0000
@@ -1,5 +1,5 @@
 
-#define FastLcd//LcdAssistant //If the bitmap was proced with lcd_Assistant
+#define FastLcd//LcdAssistant //If the bitmap comes from lcd_Assistant
 //#define Bitmap2Lcd  // If it was created using bitmap2lcd basic edition
 
 const char  NewBitmap [] = {
--- a/main.cpp	Fri Mar 18 00:16:13 2011 +0000
+++ b/main.cpp	Fri Mar 18 00:19:35 2011 +0000
@@ -373,7 +373,7 @@
         printf("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\n");
         for(int a=0;a<504;a++) {
          if((a%84)==0)
-            printf("FINAL DE PAQUETE\n");
+            printf("Last frame\n");
          printf("%3u:: %s\n",a,byte_to_binary(MCertified2[a]));
         }
         printf("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\n");