Files
QD4C-firmware/app/gl_transform_table.h
Glz 39ad54586a 图像尺寸改变
元素测试完成,图像改为80,140
2024-01-13 18:20:39 +08:00

15 lines
261 B
C

#ifndef TRANSFORM_TABLE_H_
#define TRANSFORM_TABLE_H_
#include "zf_common_headfile.h"
extern const float InverseMapH[80][140] ;
extern const float InverseMapW[80][140] ;
void transform(float X, float Y, int* x, int* y);
#endif /* TRANSFORM_TABLE_H_ */