#define gol_width 24 #define gol_height 24 static char gol_bits[] = { 0x00,0x00,0xfe,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0x7f,0x00,0x00,0x7f, 0x00,0x00,0x7f,0x00,0x00,0x7e,0x00,0x00,0x7e,0x00,0x00,0x3e,0x00,0x00,0x7f, 0x00,0x80,0x7f,0x00,0xc0,0x7f,0x00,0xe0,0x3f,0x00,0xc0,0x1f,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};