#define up_width 16 #define up_height 16 static char up_bits[] = { 0x80, 0x00, 0xc0, 0x01, 0xe0, 0x03, 0xf0, 0x07, 0xf8, 0x0f, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0x00, 0x00}; #define down_width 16 #define down_height 16 static char down_bits[] = { 0x00, 0x00, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xf8, 0x0f, 0xf0, 0x07, 0xe0, 0x03, 0xc0, 0x01, 0x80, 0x00}; #define t_width 16 #define t_height 16 static char t_bits[] = { 0x02, 0x00, 0x04, 0x00, 0x08, 0x01, 0x90, 0x00, 0x60, 0x00, 0xfc, 0x1f, 0x04, 0x10, 0xf4, 0x15, 0x24, 0x15, 0x24, 0x13, 0x24, 0x11, 0x04, 0x10, 0xfc, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; #define c1_width 16 #define c1_height 16 static char c1_bits[] = { 0xf8, 0x0f, 0x08, 0x08, 0x78, 0x0f, 0x40, 0x01, 0x40, 0x01, 0x40, 0x01, 0x40, 0x01, 0x40, 0x01, 0x40, 0x01, 0x40, 0x01, 0x40, 0x01, 0x40, 0x01, 0x78, 0x0f, 0x08, 0x08, 0xf8, 0x0f, 0x00, 0x00}; #define c2_width 16 #define c2_height 16 static char c2_bits[] = { 0xfe, 0x1f, 0x02, 0x10, 0xee, 0x1d, 0x28, 0x05, 0x28, 0x05, 0x28, 0x05, 0x28, 0x05, 0x28, 0x05, 0x28, 0x05, 0x28, 0x05, 0x28, 0x05, 0x28, 0x05, 0xee, 0x1d, 0x02, 0x10, 0xfe, 0x1f, 0x00, 0x00}; #define svhs_width 16 #define svhs_height 16 static char svhs_bits[] = { 0x80, 0x03, 0x60, 0x0c, 0x18, 0x30, 0x88, 0x23, 0x44, 0x44, 0x44, 0x40, 0x82, 0x80, 0x02, 0x81, 0x02, 0x82, 0x44, 0x44, 0x44, 0x44, 0x88, 0x23, 0x18, 0x30, 0x60, 0x0c, 0x80, 0x03, 0x00, 0x00};