blob: 3b80fc1376b67e94efd8e7dedf6ad356624cc43e (
plain)
1
2
3
4
5
|
#define binder_width 9
#define binder_height 9
static unsigned char binder_bits[] = {
0xff, 0x01, 0x01, 0x01, 0x72, 0x01, 0x01, 0x01, 0x72, 0x01, 0x01, 0x01,
0x72, 0x01, 0x01, 0x01, 0xff, 0x01 };
|