#define gol_width 24 #define gol_height 24 static char gol_bits[] = { 0x78,0x01,0x00,0xf8,0x03,0x00,0xb8,0x03,0x00,0x78,0x02,0x00,0xf0,0x07,0x00, 0xf0,0x07,0x00,0xf0,0x05,0x00,0xf0,0x06,0x00,0xf0,0x05,0x00,0xf0,0x06,0x00, 0xf0,0x05,0x00,0xe0,0x07,0x00,0xe0,0x1f,0x00,0xe0,0x3f,0x00,0xe0,0x3f,0x00, 0x80,0x3f,0x00,0x00,0x1f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};