#define pattern8_width 8
#define pattern8_height 8
static char pattern8_bits[] = {
   0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00};
