/********************************************************************* * SEGGER Microcontroller GmbH & Co. KG * * Solutions for real time microcontroller applications * * www.segger.com * ********************************************************************** * * * C-file generated by * * * * Bitmap Converter for emWin (Demo version) V5.44. * * Compiled Nov 3 2017, 15:56:32 * * * * (c) 1998 - 2017 Segger Microcontroller GmbH & Co. KG * * * * May not be used in a product * * * ********************************************************************** * * * Source file: rpt * * Dimensions: 5 * 4 * * NumColors: 16bpp: 65536 * * * ********************************************************************** */ #include #include "my.h" #ifndef GUI_CONST_STORAGE #define GUI_CONST_STORAGE const #endif extern GUI_CONST_STORAGE GUI_BITMAP bmrpt; static GUI_CONST_STORAGE unsigned short _acrpt[] = { 0xA8E4, 0xE8E4, 0xE8E4, 0xE8E3, 0x6000, 0xA8E4, 0xE8E4, 0xE8E4, 0xE8E3, 0x6000, 0xA8E4, 0xE8E4, 0xE8E4, 0xE8E3, 0x6000, 0xA8E4, 0xE8E4, 0xE8E4, 0xE8E3, 0x6000 }; GUI_CONST_STORAGE GUI_BITMAP bmrpt = { 5, // xSize 4, // ySize 10, // BytesPerLine 16, // BitsPerPixel (unsigned char *)_acrpt, // Pointer to picture data }; /*************************** End of file ****************************/