5 lines
193 B
C
5 lines
193 B
C
#define bug_width 9
|
|
#define bug_height 9
|
|
static unsigned char bug_bits[] = {
|
|
0x83, 0x01, 0x44, 0x00, 0x38, 0x00, 0x38, 0x00, 0xbb, 0x01, 0x7c, 0x00,
|
|
0xfe, 0x00, 0x7d, 0x01, 0x39, 0x01 };
|