7 lines
287 B
C
7 lines
287 B
C
#define image_width 16
|
|
#define image_height 16
|
|
static unsigned char image_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0xf0, 0x85, 0xf8, 0xfd, 0xf8, 0xfd,
|
|
0xfc, 0x7e, 0x84, 0x7e, 0x78, 0x3c, 0xfc, 0x42, 0xfc, 0x7e, 0x7e, 0x3f,
|
|
0x7e, 0x3f, 0x42, 0x1f, 0x00, 0x1e, 0x00, 0x00};
|