This commit is contained in:
Yunhorn 2025-01-03 20:53:59 +08:00
parent bc6b3a8543
commit 94fc44f3c8
3 changed files with 3 additions and 3 deletions

View File

@ -284,8 +284,8 @@ void sts_generate_fall_gesture_map(void)
fhmos_gesture.h2cm[i] = 0;
fhmos_gesture.maskoff[i] = 0;
}
fhmos_gesture.head_level =1000; // 1000 mm
fhmos_gesture.head_xy = 31; //center of FOV
fhmos_gesture.head_level =2000; // 1000 mm
fhmos_gesture.head_xy = 28; //center of FOV
for (i=0;i<8;i++)
fhmos_gesture_bitmap[i]=0x0;
@ -322,7 +322,7 @@ void sts_generate_fall_gesture_map(void)
}
for (i=0; i<8; i++)
APP_LOG(TS_OFF, VLEVEL_L, "%02x",fhmos_gesture_bitmap[i]);
APP_LOG(TS_OFF, VLEVEL_L, "%02x ",fhmos_gesture_bitmap[i]);
APP_LOG(TS_OFF, VLEVEL_L, "\r\n");
for (i = 0; i < 32; i++)