wip
This commit is contained in:
parent
bc6b3a8543
commit
94fc44f3c8
Binary file not shown.
Binary file not shown.
|
@ -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++)
|
||||
|
|
Loading…
Reference in New Issue