#ifndef __TestBlock_h__ #define __TestBlock_h__ #include static uint8_t pixels_ref[] = {0x08, 0x20, 0x18, 0x00, 0x89, 0x98, 0x3d, 0xff, 0x6d, 0x21, 0x45, 0x25, 0x10, 0xca, 0xcd, 0x25, 0xce, 0x2b, 0xbb, 0x3c}; static uint8_t block32_pixels_ref[] = {0x09, 0x0a, 0x02, 0x04, 0x00, 0x0a, 0x08, 0x03, 0x05, 0x04, 0x00, 0x01, 0x0d, 0x00, 0x0c, 0x0a, 0x0c, 0x06, 0x09, 0x00, 0x00, 0x07, 0x08, 0x0f, 0x01, 0x01, 0x0f, 0x09, 0x09, 0x0f, 0x01, 0x07}; static uint8_t block8_pixels_ref[] = {0x08, 0x00, 0x01, 0x02, 0x00, 0x00, 0x00, 0x08}; static uint8_t block840_pixels_ref[] = {0x00, 0x00, 0x02, 0x04, 0x05, 0x00, 0x00, 0x00}; static uint8_t block1610_pixels_ref[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; static uint8_t block810_pixels_ref[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; #endif /* __TestBlock_h__ */