cauqleuir madre

Dependencies:   SDFileSystem mbed TFTLCD

Committer:
Danton
Date:
Sat Feb 02 18:54:33 2013 +0000
Revision:
56:51410b4b1078
Child:
57:ed9db2bcd1bf
before I rearreange the code

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Danton 56:51410b4b1078 1 #include "mbed.h"
Danton 56:51410b4b1078 2 #include "SDFileSystem.h"
Danton 56:51410b4b1078 3 #include "hx8340bs.h"
Danton 56:51410b4b1078 4
Danton 56:51410b4b1078 5 void superDisplay();
Danton 56:51410b4b1078 6 void superSd(unsigned char*buffer,unsigned int *offset,int bytes,const char *path);
Danton 56:51410b4b1078 7 void colorCompute(unsigned char*buffer, int* colorBuffer,int sizeOfBuffer);
Danton 56:51410b4b1078 8 void pickUpLine(unsigned char*buffer, int* colorBuffer,int sizeOfBuffer,int sizeOfLine,const char *path, unsigned int *absPtr);