You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
282 B
8 lines
282 B
15 years ago
|
#define rew_width 16
|
||
|
#define rew_height 16
|
||
|
static unsigned char rew_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x10, 0x60, 0x18, 0x70, 0x1c,
|
||
|
0x78, 0x1e, 0x7c, 0x1f, 0x7c, 0x1f, 0x78, 0x1e, 0x70, 0x1c, 0x60, 0x18,
|
||
|
0x40, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||
|
};
|