blob: 7bda353fede17bf93e4b17e9a34c0658a68639c1 (
plain)
1
2
3
4
5
6
7
|
#define card_cursor_width 8
#define card_cursor_height 16
#define card_cursor_x_hot 3
#define card_cursor_y_hot 7
static unsigned char card_cursor_bits[] = {
0x7e, 0x81, 0x81, 0x99, 0xbd, 0xad, 0xb5, 0xad, 0xb5, 0xad, 0xb5, 0xbd,
0x99, 0x81, 0x81, 0x7e};
|