图像尺寸改变

元素测试完成,图像改为80,140
This commit is contained in:
Glz
2024-01-13 18:20:39 +08:00
parent a933b59a6c
commit 39ad54586a
16 changed files with 518 additions and 305 deletions

View File

@@ -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);