#define square_sor_width 16 #define square_sor_height 16 static unsigned char square_sor_bits[] = { 0x00, 0x00, 0xf8, 0x1f, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0xf8, 0x1f, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0xf8, 0x1f};