5 lines
202 B
C
5 lines
202 B
C
#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 };
|