F203/Img/pt_7x7.c

54 lines
2.5 KiB
C
Raw Permalink Normal View History

2023-12-13 16:59:07 +03:00
/*********************************************************************
* 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: pt_7x7 *
* 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 bmpt_7x7;
static GUI_CONST_STORAGE unsigned short _acpt_7x7[] = {
0x0000, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x1AA0, 0x0000,
0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x1BC1,
0x15C4, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3,
0x1EA4, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3,
0x1EA4, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3,
0x15C4, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3,
0x0BC3, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x1BC1,
0x0000, 0x02A3, 0x76A3, 0x76A3, 0x76A3, 0x76A3, 0x1AA0, 0x0000
};
GUI_CONST_STORAGE GUI_BITMAP bmpt_7x7 = {
8, // xSize
8, // ySize
16, // BytesPerLine
16, // BitsPerPixel
(unsigned char *)_acpt_7x7, // Pointer to picture data
};
/*************************** End of file ****************************/