5 lines
196 B
C
5 lines
196 B
C
#define jar2_width 9
|
|
#define jar2_height 9
|
|
static unsigned char jar2_bits[] = {
|
|
0x7c, 0x00, 0x7c, 0x00, 0x82, 0x00, 0x01, 0x01, 0x01, 0x01, 0x7d, 0x01,
|
|
0x7d, 0x01, 0x01, 0x01, 0xff, 0x01 };
|