blob: 6c404972b50bb36b7ed403b46fec71650e71bae8 (
plain)
1
2
3
4
5
|
#define clip_width 9
#define clip_height 9
static unsigned char clip_bits[] = {
0x3e, 0x00, 0x22, 0x00, 0x2a, 0x00, 0xaa, 0x00, 0xaa, 0x00, 0xaa, 0x00,
0xba, 0x00, 0x82, 0x00, 0xfe, 0x00 };
|