/* * * (c) COPYRIGHT INRIA, 1996. * Please first read the full copyright statement in file COPYRIGHT. * */ #define palette_width 32 #define palette_height 30 static char palette_bits[] = { 0x00, 0xc0, 0x3f, 0x00, 0x00, 0x30, 0xc0, 0x00, 0x00, 0x0c, 0x00, 0x03, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x78, 0x10, 0x80, 0x00, 0x78, 0x10, 0x40, 0x0c, 0xf0, 0x21, 0x20, 0x1a, 0xf0, 0x23, 0x10, 0x23, 0xc0, 0x41, 0x10, 0x2a, 0x00, 0x40, 0x08, 0x02, 0x00, 0x80, 0x08, 0x33, 0x00, 0x80, 0x04, 0x0e, 0x00, 0x80, 0x04, 0x00, 0x0e, 0x80, 0x04, 0x00, 0x11, 0x43, 0x02, 0x80, 0xa0, 0x3c, 0x02, 0x80, 0xa0, 0x00, 0xe2, 0x83, 0xa0, 0x00, 0x62, 0x02, 0x91, 0x00, 0xc4, 0x07, 0x8e, 0x00, 0x64, 0x06, 0x00, 0x01, 0xc8, 0x03, 0x00, 0x01, 0x08, 0x01, 0x0f, 0x01, 0x10, 0x80, 0x0b, 0x01, 0x20, 0x80, 0x1e, 0x01, 0x40, 0x00, 0x87, 0x00, 0x80, 0x00, 0x80, 0x00, 0x00, 0x03, 0x60, 0x00, 0x00, 0x0c, 0x18, 0x00, 0x00, 0xf0, 0x07, 0x00};