5 lines
202 B
C
5 lines
202 B
C
#define pacman_width 9
|
|
#define pacman_height 9
|
|
static unsigned char pacman_bits[] = {
|
|
0x7c, 0x00, 0xf6, 0x00, 0xf3, 0x01, 0xff, 0x00, 0x1f, 0x00, 0x0f, 0x00,
|
|
0x7f, 0x00, 0xfe, 0x00, 0x7c, 0x00 };
|