F203/Img/gpt.c

55 lines
2.5 KiB
C

/*********************************************************************
* 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: gpt *
* Dimensions: 8 * 8 *
* NumColors: 16bpp: 65536 *
* *
**********************************************************************
*/
#include <stdlib.h>
#include "my.h"
#ifndef GUI_CONST_STORAGE
#define GUI_CONST_STORAGE const
#endif
extern GUI_CONST_STORAGE GUI_BITMAP bmgpt;
static GUI_CONST_STORAGE unsigned short _acgpt[] = {
0x0863, 0x0863, 0x4244, 0x6B64, 0x52A4, 0x10A4, 0x0863, 0x0863,
0x10C4, 0xB5C3, 0xFFE3, 0xFFE3, 0xFFE3, 0xD6E3, 0x2984, 0x0863,
0x94C4, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0xC623, 0x0863,
0xE743, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0x2124,
0xF7A3, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0x3184,
0xBE03, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0xE763, 0x1084,
0x3A04, 0xEFA3, 0xFFE3, 0xFFE3, 0xFFE3, 0xFFE3, 0x6344, 0x0863,
0x0863, 0x31C4, 0xA544, 0xCE83, 0xB5C3, 0x52A4, 0x0863, 0x0863
};
GUI_CONST_STORAGE GUI_BITMAP bmgpt = {
8, // xSize
8, // ySize
16, // BytesPerLine
16, // BitsPerPixel
(unsigned char *)_acgpt, // Pointer to picture data
};
/*************************** End of file ****************************/