DRC | 2ff39b8 | 2011-07-28 08:38:59 +0000 | [diff] [blame^] | 1 | #define ew_width 16 |
2 | #define ew_height 16 | ||||
3 | #define ew_x_hot 8 | ||||
4 | #define ew_y_hot 8 | ||||
5 | static unsigned char ew_bits[] = { | ||||
6 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x10, | ||||
7 | 0x0c, 0x30, 0xfe, 0x7f, 0xfe, 0x7f, 0x0c, 0x30, 0x08, 0x10, 0x00, 0x00, | ||||
8 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; |