1#define grid4_width 4 2#define grid4_height 4 3static char grid4_bits[] = { 4 0x05, 0x00, 0x01, 0x00}; 5