blob: 283fa90d932bbc34a62fda8fc5821a20674f4826 (
plain)
1
2
3
4
5
|
#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 };
|