Home | History | Annotate | Download | only in firmware_TouchMTB

Lines Matching refs:POSITIVE

321       tracking ID before assigning a positive value to the slot first.)
322 - Should not assign X, Y, or PRESSURE data to a slot without a positive
1177 POSITIVE = 'positive'
1180 GV.LR: {AXIS.X: POSITIVE},
1182 GV.TB: {AXIS.Y: POSITIVE},
1184 GV.CR: {AXIS.X: POSITIVE},
1186 GV.CB: {AXIS.Y: POSITIVE},
1188 GV.BLTR: {AXIS.X: POSITIVE, AXIS.Y: NEGATIVE},
1190 GV.TRBL: {AXIS.X: NEGATIVE, AXIS.Y: POSITIVE},
1191 GV.TLBR: {AXIS.X: POSITIVE, AXIS.Y: POSITIVE},
1197 reversed_functions = {POSITIVE: func_negative, NEGATIVE: func_positive}