blob: 8ba3b3d3e14e887d950ac3ddd383509fa19ba0e1 (
plain)
1
2
3
4
5
|
#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 };
|