From 0600d2b366a4814ec3028baaa1e5707248e84eff Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 6 Mar 2018 17:38:13 -0800 Subject: [PATCH 1/7] Added xy mode to touch control Fixed command being sent on every motion event in touch control mode. Now updates at fixed rate of 20fps while control is touched. --- res/layout/touch_control.xml | 23 +++++++-- .../bluetooth/activities/TouchControl.java | 47 ++++++++++++++++--- 2 files changed, 58 insertions(+), 12 deletions(-) diff --git a/res/layout/touch_control.xml b/res/layout/touch_control.xml index 1ebd14f..fc00752 100644 --- a/res/layout/touch_control.xml +++ b/res/layout/touch_control.xml @@ -64,12 +64,25 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" /> - -