Skip to content

Color the fingers by slot in debug-gui

This should enable a better debugging of multitouch issues. Colors for 20 slots are specified, even though there are just 16 slots in the evdev structure; the RGB values are created from the following HSV: (((i*18 + 240) % 360)/360.0, 0.75, 0.8).

To make issue #919 bring anything remotely good, as the real deal is struggling 😄

Merge request reports