pimoroni / hyperpixel2r-python

MIT License
23 stars 10 forks source link

Touch_id #7

Open Sebwap opened 3 years ago

Sebwap commented 3 years ago

Hello there !

I saw in the readme: "touch_id - 0 or 1 depending on which touch is tracked"

What do you mean by "which touch" ?

Thanks !

Gadgetoid commented 3 years ago

The screen should be able to register two simultaneous touches. Or so the theory goes. It's not been super great at that for me. So the touch ID disambiguates between those two fingers.

Sebwap commented 3 years ago

So 0 would be the "first" touch and 1 the second ?