PSDR/Source/include/images.h

14 lines
266 B
C

/*
* 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[];