Skip to content
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

Widen automatic grail tablet registration box #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

worsety
Copy link
Contributor

@worsety worsety commented Apr 18, 2019

0xb6 save points test x < lemeza_x + 20 < x + 40
0x14 detectors effectively test x + 10 < lemeza_x + 20 <= x + w*20 - 10
Moving the detector 10 pixels left and increasing the width to 60 would be precisely right except for the last subpixel on the right, but we're limited to multiples of 20 so I had to make it 80 wide.

0xb6 save points test x < lemeza_x + 20 < x + 40
0x14 detectors effectively test x + 10 < lemeza_x + 20 <= x + w*20 - 10
Moving the detector 10 pixels left and increasing the width to 60 would be precisely right except for the last subpixel on the right, but we're limited to multiples of 20 so I had to make it 80 wide.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant