5 lines
196 B
C
5 lines
196 B
C
#define card_width 9
|
|
#define card_height 9
|
|
static unsigned char card_bits[] = {
|
|
0x00, 0x00, 0xff, 0x01, 0x01, 0x01, 0x75, 0x01, 0x05, 0x01, 0x75, 0x01,
|
|
0x01, 0x01, 0x45, 0x01, 0xbb, 0x01 };
|