#define diamond_width 8
#define diamond_height 8
static char diamond_bits[] = {
   0xe7, 0xdb, 0xb5, 0x62, 0x76, 0xbd, 0xdb, 0xe7};