blob: 95f1d391a38f84519a61833ebe826449860246bb (
plain)
1
2
3
4
5
|
#define card_cursor_mask_width 8
#define card_cursor_mask_height 16
static unsigned char card_cursor_mask_bits[] = {
0x7e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0x7e};
|