PINE64
multi-touch limits? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Hardware (https://forum.pine64.org/forumdisplay.php?fid=122)
+--- Thread: multi-touch limits? (/showthread.php?tid=10834)



multi-touch limits? - Rich_Morin - 07-25-2020

tl;dr - what are the limits on multi-touch for the PinePhone?

I'm interested in supporting braille input on a PinePhone. Ideally, the user should be able to activate every possible dot in the braille cell. For six-dot braille, this would use three fingers on each hand; eight-dot braille would use four fingers on each hand. So, how many simultaneous locations can the PinePhone support?


RE: multi-touch limits? - tllim - 07-30-2020

(07-25-2020, 01:58 AM)Rich_Morin Wrote: tl;dr - what are the limits on multi-touch for the PinePhone?

I'm interested in supporting braille input on a PinePhone. Ideally, the user should be able to activate every possible dot in the braille cell. For six-dot braille, this would use three fingers on each hand; eight-dot braille would use four fingers on each hand. So, how many simultaneous locations can the PinePhone support?

Per the PinePhone touch screen controller GT917S datasheet, should able support up to ten points.


RE: multi-touch limits? - Rich_Morin - 07-30-2020

(07-30-2020, 03:06 PM)tllim Wrote:
(07-25-2020, 01:58 AM)Rich_Morin Wrote: tl;dr - what are the limits on multi-touch for the PinePhone?

I'm interested in supporting braille input on a PinePhone. Ideally, the user should be able to activate every possible dot in the braille cell. For six-dot braille, this would use three fingers on each hand; eight-dot braille would use four fingers on each hand. So, how many simultaneous locations can the PinePhone support?

Per the PinePhone touch screen controller GT917S datasheet, should able support up to ten points.
Thanks!  The datasheet contains a lot of useful-looking information. Moving up a level, can you point me to any information on APIs for the touch screen? In particular, do the various Linux flavors (e.g., Mobian, pmOS) all use the same API?