#define pattern1_width 4
#define pattern1_height 4
static char pattern1_bits[] = {
   0x01, 0x02, 0x04, 0x08};
