图像尺寸改变
元素测试完成,图像改为80,140
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
#define IMAGE_H (MT9V03X_H)
|
||||
#define IMAGE_W (MT9V03X_W)
|
||||
#define BEGINH_L (80)
|
||||
#define BEGINH_R (80)
|
||||
#define BEGINH_L (50)
|
||||
#define BEGINH_R (50)
|
||||
#define BEGINW_L (-18)
|
||||
#define BEGINW_R (-12)
|
||||
#define PT_MAXLEN (75)
|
||||
@@ -20,6 +20,7 @@
|
||||
#define FRAMENONE (1)
|
||||
#define FRAMETOLEFT (5)
|
||||
#define FRAMETORIGHT (5)
|
||||
#define PIXEL_PER_METER (100)
|
||||
|
||||
int32_t limit(int32_t x, int32_t low, int32_t up);
|
||||
int clip(int x, int low, int up);
|
||||
|
||||
Reference in New Issue
Block a user