blob: 832ef82ec41603935c6b6b48cfbb179be6c228f9 (
plain)
1
2
3
4
5
|
#define selection_width 9
#define selection_height 9
static unsigned char selection_bits[] = {
0x55, 0x01, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00,
0x01, 0x01, 0x00, 0x00, 0x55, 0x01 };
|