cauqleuir madre

Dependencies:   SDFileSystem mbed TFTLCD

Files at this revision

API Documentation at this revision

Comitter:
Danton
Date:
Sat Feb 02 14:30:18 2013 +0000
Parent:
51:0830f509ed26
Child:
53:1f52e8ac3f7c
Commit message:
quicker than the eye

Changed in this revision

SDFileSystem.lib 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/SDFileSystem.lib	Sat Feb 02 14:14:51 2013 +0000
+++ b/SDFileSystem.lib	Sat Feb 02 14:30:18 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/SDFileSystem/#c8f66dc765d4
+http://mbed.org/users/Danton/code/SDFileSystem/#7537b8c723fd
--- a/main.cpp	Sat Feb 02 14:14:51 2013 +0000
+++ b/main.cpp	Sat Feb 02 14:30:18 2013 +0000
@@ -33,7 +33,7 @@
     {
         
         //colorBuffer[j]=RGB((buffer[i])&0xff,buffer[i+1]&0x00,(buffer[i+2])&0x00);
-        colorBuffer[j]=RGB((buffer[i]),buffer[i+1],(buffer[i+2]>1));
+        colorBuffer[j]=RGB(buffer[i],buffer[i+1],(buffer[i+2]>1));
         //colorBuffer[j]=((buffer[i]<<11)&0xf800)+((buffer[i+1]<<6)&0x7e0)+((buffer[i+2]>>3)&0x1F);
         //colorBuffer[j]=(0xff<<16)+(0x00<<8)+(0x00);
         //colorBuffer[j]=0xFFFFFF;