ImageData.h 129 B

1234567
  1. #ifndef _IMAGEDATA_H_
  2. #define _IMAGEDATA_H_
  3. extern const unsigned char IMAGE_1in5B[]; //rotate 90, Color reversal
  4. #endif