/* * BMP image data converted from 24bpp * to RGB565 */ #define COLOR_BPP 16 #define COLOR_STORAGE_SIZE 2 #define BMPWIDTH 69; #define BMPHEIGHT 33; extern const unsigned short psdrLogo[]; extern const unsigned short bitmapMode[];