5 lines
199 B
C
5 lines
199 B
C
#define trash_width 9
|
|
#define trash_height 9
|
|
static unsigned char trash_bits[] = {
|
|
0x38, 0x00, 0xef, 0x01, 0x01, 0x01, 0xff, 0x01, 0x82, 0x00, 0xaa, 0x00,
|
|
0xaa, 0x00, 0x82, 0x00, 0xfe, 0x00 };
|