main.h 104 B

1234567
  1. #ifdef MAIN_H_
  2. #define MAIN_H_
  3. #include <rtthread.h>
  4. extern rt_uint8_t image_data_buf[96 * 96];
  5. #endif