#define scrollPattern_width 16
#define scrollPattern_height 16
static char scrollPattern_bits[] = {
   0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88, 0x00, 0x00, 0x22, 0x22,
   0x00, 0x00, 0x88, 0x88, 0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88,
   0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88};
