blob: e9e368cd1ed48962ce205b1113c232976371c539 (
plain)
1
2
3
4
5
|
#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 };
|