#include ".\pic\ppm.h" extern IMGDATA RGBQUAD rgb[DISPLAY_HEIGHT][DISPLAY_WIDTH]; void RGB2RGB565(BYTE* dstAddr,WORD width, WORD height); #else #if defined(DEMO_IMGE_GIF) #include "gif2bmp.c" #include ".\pic\giff.h" ...