5 lines
193 B
C
5 lines
193 B
C
#define bag_width 9
|
|
#define bag_height 9
|
|
static unsigned char bag_bits[] = {
|
|
0x00, 0x00, 0x38, 0x00, 0x28, 0x00, 0xff, 0x01, 0x45, 0x01, 0x45, 0x01,
|
|
0x45, 0x01, 0x45, 0x01, 0xff, 0x01 };
|