#define gol_width 24 #define gol_height 24 static char gol_bits[] = { 0xfb,0xff,0x02,0xbd,0xff,0x07,0xdb,0xff,0x06,0xff,0xff,0x07,0xb9,0xfb,0x06, 0xf5,0xf1,0x05,0xbb,0xe1,0x05,0xdf,0xf1,0x07,0xf0,0xe1,0x07,0xeb,0xf1,0x07, 0xf7,0xe1,0x07,0xff,0xc1,0x07,0xff,0xe0,0x03,0xff,0xf0,0x07,0xff,0xf1,0x07, 0xff,0xf3,0x07,0xff,0xa3,0x07,0xdf,0x83,0x03,0xe3,0x03,0x00,0xff,0x03,0x00, 0xfd,0x03,0x00,0xfd,0x01,0x00,0xf9,0x03,0x00,0xf9,0x03,0x00};