#define gol_width 24 #define gol_height 24 static char gol_bits[] = { 0x80,0xff,0xbf,0x80,0xff,0x3f,0x00,0xff,0xff,0x00,0xfb,0xf7,0x00,0xf7,0x6f, 0x00,0xbe,0x7f,0x00,0xfe,0xb7,0x00,0xfe,0xee,0x00,0x7c,0x38,0x00,0x78,0x78, 0x00,0x00,0xfc,0x00,0x00,0xfc,0x00,0x00,0xfc,0x00,0x00,0xfc,0x00,0x00,0xfc, 0x00,0x00,0xde,0x00,0x00,0x3e,0x00,0x00,0xfe,0x00,0x00,0xfe,0x00,0x00,0xfe, 0x00,0x00,0xfe,0x00,0x00,0xfe,0x00,0x00,0xfe,0x00,0x00,0xfe};