home *** CD-ROM | disk | FTP | other *** search
- #define dronsq_width 32
- #define dronsq_height 8
- static char dronsq_bits[] = {
- 0x00, 0x00, 0x00, 0x00, 0xe0, 0x07, 0xe0, 0x07, 0x30, 0x0c, 0x30, 0x0c,
- 0xfc, 0xff, 0xff, 0x7f, 0x76, 0xf7, 0x30, 0x0c, 0xde, 0xdd, 0x86, 0x61,
- 0xfc, 0xff, 0xff, 0x7f, 0xf0, 0x78, 0x3c, 0x1e};
-