#include #include #include "compressed_logo.h" int main (int argc, char** argv) { unsigned int i, j, k, m; printf("\ /* GIMP header image file format (INDEXED): /Users/jason/workspace/beagle/graphics/beagle_logo.h */\n\ \n\ static unsigned int width = 1280;\n\ static unsigned int height = 720;\n\ \n\ /* Call this macro repeatedly. After each use, the pixel data can be extracted */\n\ \n\ #define HEADER_PIXEL(data,pixel) {\\\n\ pixel[0] = header_data_cmap[(unsigned char)data[0]][0]; \\\n\ pixel[1] = header_data_cmap[(unsigned char)data[0]][1]; \\\n\ pixel[2] = header_data_cmap[(unsigned char)data[0]][2]; \\\n\ data ++; }\n\ \n\ static char header_data_cmap[256][3] = {\n\ " ); for (i=0; i<256; i++) { if (i