#define snake3_width 24 #define snake3_height 24 static char snake3_bits[] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0xf0,0x00,0x00,0xd8,0x01,0x00,0xe0,0x03,0x00, 0x38,0x03,0x00,0x00,0x03,0x00,0x80,0x01,0x00,0x80,0x01,0x00, 0xc0,0x00,0x08,0xc0,0xf0,0x04,0x60,0xf8,0x07,0x60,0x18,0x03, 0x60,0x0c,0x00,0xe0,0x0f,0x00,0xc0,0x03,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};