Skip to content

Commit

Permalink
satsuki: import clearpad.idc from 32.4.A.1.54
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel16 committed Feb 14, 2020
1 parent ce793bb commit 04702fc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions idc/clearpad.idc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
touch.deviceType = touchScreen

# Pressure
touch.pressure.scale = 0.0065
touch.pressure.scale = 0.0093

# Touch Filter
touch.filter.level = 3
Expand All @@ -17,14 +17,14 @@ touch.filter.tfsw.f0.path = /system/lib64/touchfilter/roadrunner_ukf.so
# Roadrunner
touch.filter.RoadRunner.Enabled = 1
touch.filter.RoadRunner.Debug = 0
touch.filter.RoadRunner.c0.PredictionSteps = 2.1
touch.filter.RoadRunner.c1.PredictionSteps = 3.2
touch.filter.RoadRunner.c2.PredictionSteps = 4.9
touch.filter.RoadRunner.c3.PredictionSteps = 6.4
touch.filter.RoadRunner.FrameRate = 0.0079
touch.filter.RoadRunner.c0.PredictionSteps = 0.0
touch.filter.RoadRunner.c1.PredictionSteps = 2.8
touch.filter.RoadRunner.c2.PredictionSteps = 2.8
touch.filter.RoadRunner.c3.PredictionSteps = 2.8
touch.filter.RoadRunner.FrameRate = 0.0111
touch.filter.RoadRunner.PreSmoothingFactor = 0.2
touch.filter.RoadRunner.PostSmoothingFactor = 0.1
touch.filter.RoadRunner.DisplayPpi = 428
touch.filter.RoadRunner.DisplayPpi = 403
touch.filter.RoadRunner.VelocityThreshold = 50
touch.filter.RoadRunner.OvershootControl = 1

Expand Down

0 comments on commit 04702fc

Please sign in to comment.