#define saw_sor_width 16 #define saw_sor_height 15 static unsigned char saw_sor_bits[] = { 0xf0, 0x0f, 0x00, 0x04, 0x00, 0x02, 0x00, 0x01, 0x80, 0x00, 0x40, 0x00, 0x20, 0x00, 0xf0, 0x0f, 0x00, 0x04, 0x00, 0x02, 0x00, 0x01, 0x80, 0x00, 0x40, 0x00, 0x20, 0x00, 0xf0, 0x0f};