#define node_width 16 #define node_height 16 static unsigned char node_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x01, 0x0c, 0x06, 0xe4, 0x04, 0xf2, 0x09, 0xfa, 0x0b, 0xfa, 0x0b, 0xfa, 0x0b, 0xf2, 0x09, 0xe4, 0x04, 0x0c, 0x06, 0xf0, 0x01, 0x00, 0x00, 0x00, 0x00};