Julian Garcia
/
nokia_5110_2
Program with 5510 functions for mbedd, this are not organized in a object model, just functions
Revision 1:023f6d8981d8, committed 2011-03-18
- 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 |
diff -r f3c29d937050 -r 023f6d8981d8 figures.h --- 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 [] = {
diff -r f3c29d937050 -r 023f6d8981d8 main.cpp --- 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");