/********************************************************************* * 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: pnt_RED * * Dimensions: 8 * 8 * * NumColors: 16bpp: 65536 * * * ********************************************************************** */ #include #include "my.h" #ifndef GUI_CONST_STORAGE #define GUI_CONST_STORAGE const #endif extern GUI_CONST_STORAGE GUI_BITMAP bmpnt_RED; static GUI_CONST_STORAGE unsigned short _acpnt_RED[] = { 0x0000, 0x0063, 0xE8E4, 0xE8E4, 0xE8E4, 0xA860, 0x0000, 0x0000, 0x0000, 0xE8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0xE8C2, 0x0000, 0xA8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0x6000, 0xC8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0x8020, 0xC8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0x8020, 0xA8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0x6000, 0x0000, 0xE8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0xE8E4, 0xE8C2, 0x0000, 0x0000, 0x0063, 0xE8E4, 0xE8E4, 0xE8E4, 0xA860, 0x0000, 0x0000 }; GUI_CONST_STORAGE GUI_BITMAP bmpnt_RED = { 8, // xSize 8, // ySize 16, // BytesPerLine 16, // BitsPerPixel (unsigned char *)_acpnt_RED, // Pointer to picture data }; /*************************** End of file ****************************/