Skip to content

Investigate sensitivity settings #6

@pzl

Description

@pzl

The numbering scheme makes no sense to me

sensitivity hex binary
-5 0x1a 0001 1010
-4 0x15 0001 0101
-3 0x25 0010 0101
-2 0x35 0011 0101
-1 0x45 0100 0101
0 0x11 0001 0001
1 0x65 0110 0101
2 0x75 0111 0101
3 0x85 1000 0101
4 0x95 1010 0101
5 0x21 0010 0001

for values [-4,-1] and [1,4] it seems to be sensitivity - 0x55. But 0, -5, and 5 are on a completely different system, that don't seem to match a pattern.

Should look into why those values are different, and try random other values (0x74, 0x0c, 0x55, 0x00) and see what comes of it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions