You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
193 B
6 lines
193 B
10 years ago
|
#define pics_width 15
|
||
|
#define pics_height 9
|
||
|
static unsigned char pics_bits[] = {
|
||
|
0x00, 0x00, 0xFE, 0x3F, 0x02, 0x20, 0x02, 0x24, 0x8A, 0x2E, 0xDE, 0x3D,
|
||
|
0xFE, 0x3B, 0xFE, 0x3F, 0x00, 0x00 };
|