#define rockgen_width 8
#define rockgen_height 8
static char rockgen_bits[] = {
   0xff, 0x81, 0x99, 0xb5, 0xbd, 0x99, 0x81, 0xff};