-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to set Axis range #170
Comments
This is incorrect. Internally, axis values are actually -32768...32767 If you want one axis to be 180% as sensitive as another, use a Sensitivity value of 180% |
Ohh, I see what you are saying |
Try this |
D'oh, dunno what happened there |
I had a quick stab at it, but cannot seem to wrap my head around the maths The existing code does this (
so eg for a mid-point value of 0:
for a min value of -32768
for a max value of 32767:
Can you work out the maths for what you want? |
tbh, i have no idea how the maths work, but i can explain how i went around it: 1.In UCR I enable the invert setting I hope this helps you |
Hey,
It would be really nice to have an option to set the range of and output axis.
What i mean:
currently the axis go only from -50 to +50, for a total range of 100.
Id like to be al=ble to change this to be from 0 to 100 for a total range of 100.
this is important for me, since i want one axis to have a higher sensitivity, always being 120% above the original axis and not 80% below the original axis, for the first half of the travel.
The text was updated successfully, but these errors were encountered: