5 lines
205 B
C
5 lines
205 B
C
#define balloon_width 9
|
|
#define balloon_height 9
|
|
static unsigned char balloon_bits[] = {
|
|
0xfe, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x9e, 0x00,
|
|
0xa0, 0x00, 0xc0, 0x00, 0x80, 0x00 };
|