cauqleuir madre

Dependencies:   SDFileSystem mbed TFTLCD

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers imaginator.h Source File

imaginator.h

00001 #include "mbed.h"
00002 #include "SDFileSystem.h"
00003 #include "hx8340bs.h"
00004 
00005 void superDisplay();
00006 void superSd(unsigned char*buffer,unsigned int *offset,int bytes,const char *path);
00007 void colorCompute(unsigned char*buffer, int* colorBuffer,int sizeOfBuffer);
00008 void pickUpLine(unsigned char*buffer, int* colorBuffer,int sizeOfBuffer,int sizeOfLine,const char *path, unsigned int *absPtr);
00009 void drawLine(int* color,int y);
00010 void bmpFromSDToScreen(const char* path);