You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
290 B
C

#ifndef __testimage_H__
#define __testimage_H__
#include <stdint.h>
#include "main.h"
#ifdef __cplusplus
extern "C"
{
#endif
extern uint8_t gImage_test[80*160*2];//[118*138*2];
// extern const uint8_t Loading_map[5846];
#ifdef __cplusplus
}
#endif
#endif /* __DRIVER_GC9C01_H__ */