/********************************************************************* * 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: minus * * Dimensions: 10 * 6 * * NumColors: 16bpp: 65536 * * * ********************************************************************** */ #include #include "my.h" #ifndef GUI_CONST_STORAGE #define GUI_CONST_STORAGE const #endif extern GUI_CONST_STORAGE GUI_BITMAP bmgminus; static GUI_CONST_STORAGE unsigned short _acgminus[] = { 0x0863, 0x0863, 0x0863, 0x0863, 0x0863, 0x0863, 0x0863, 0x0863, 0x0863, 0x0863, 0x0001, 0x5AE4, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0x5AE4, 0x0863, 0x0001, 0xC623, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0xC623, 0x0863, 0x0001, 0xC623, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0xC623, 0x0863, 0x0001, 0x5AE4, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0x5AE4, 0x0863, 0x0863, 0x0863, 0x0863, 0x0863, 0x0863, 0x0863, 0x0863, 0x0863, 0x0863, 0x0863 }; GUI_CONST_STORAGE GUI_BITMAP bmgminus = { 10, // xSize 6, // ySize 20, // BytesPerLine 16, // BitsPerPixel (unsigned char *)_acgminus, // Pointer to picture data }; /*************************** End of file ****************************/