You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tulip user reached out to say their tulip's CTP was not responding where they thought it should. I built world.download('paint.py') for them to debug and it looks like the scale is off. We allow touch_delta to be set at runtime, but not touch_scale (which is set at 0.8 for the y-axis). We should allow scale to be a runtime var, and also update calibrate to divine a scale.
The text was updated successfully, but these errors were encountered:
We now ship with y_scale being settable by touch_delta. What we don't yet have is a version of calibrate that can guess it. I'll have some users try it out for me.
bwhitman
changed the title
touchscreen scale should be settable at runtime
Touchscreen scale should be guessed from calibrate.py
Sep 5, 2024
A tulip user reached out to say their tulip's CTP was not responding where they thought it should. I built
world.download('paint.py')
for them to debug and it looks like the scale is off. We allowtouch_delta
to be set at runtime, but nottouch_scale
(which is set at 0.8 for the y-axis). We should allow scale to be a runtime var, and also updatecalibrate
to divine a scale.The text was updated successfully, but these errors were encountered: