cauqleuir madre

Dependencies:   SDFileSystem mbed TFTLCD

Committer:
Danton
Date:
Sat Feb 02 21:18:57 2013 +0000
Revision:
58:672e16b6b5a4
Parent:
57:ed9db2bcd1bf
We have Ads

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 57:ed9db2bcd1bf 8 void pickUpLine(unsigned char*buffer, int* colorBuffer,int sizeOfBuffer,int sizeOfLine,const char *path, unsigned int *absPtr);
Danton 57:ed9db2bcd1bf 9 void drawLine(int* color,int y);
Danton 57:ed9db2bcd1bf 10 void bmpFromSDToScreen(const char* path);