#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};