* [Buildroot] Problem with Touchscreen on ARM
@ 2015-06-24 14:23 Guillaume sétan
2015-06-24 21:18 ` Arnout Vandecappelle
0 siblings, 1 reply; 4+ messages in thread
From: Guillaume sétan @ 2015-06-24 14:23 UTC (permalink / raw)
To: buildroot
Hello,
I try to use a Touchscreen (multitouch) with my target (Arm Little endian -
Cortex - A9 ).
I tried to use EFL, directfb and fb but I haven't managed to run the
multitouch on my target.
Please can you explain me what packages are needed to use multitouch ?
Or have you ever used a touch screen on a target Arm ?
Regards,
Guillaumme
PS : I see frames on my target (arm ) when I touch my screen with
application mtdev.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150624/fa69cfc9/attachment.html>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] Problem with Touchscreen on ARM
2015-06-24 14:23 [Buildroot] Problem with Touchscreen on ARM Guillaume sétan
@ 2015-06-24 21:18 ` Arnout Vandecappelle
2015-06-25 8:04 ` Guillaume sétan
0 siblings, 1 reply; 4+ messages in thread
From: Arnout Vandecappelle @ 2015-06-24 21:18 UTC (permalink / raw)
To: buildroot
On 06/24/15 16:23, Guillaume s?tan wrote:
> Hello,
>
> I try to use a Touchscreen (multitouch) with my target (Arm Little endian -
> Cortex - A9 ).
> I tried to use EFL, directfb and fb but I haven't managed to run the multitouch
> on my target.
fb is just a framebuffer driver so doesn't have a relation with input events.
directfb doesn't yet support multitouch AFAIK.
EFL should support multitouch. But I guess you have to configure it to listen
to the right input device.
>
> Please can you explain me what packages are needed to use multitouch ?
> Or have you ever used a touch screen on a target Arm ?
You could try tslib (which converts multitouch to single touch so probably not
really what you want). Qt5 also has support for multitouch.
>
> Regards,
>
> Guillaumme
>
>
> PS : I see frames on my target (arm ) when I touch my screen with application mtdev.
What do you mean with 'frames'?
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] Problem with Touchscreen on ARM
2015-06-24 21:18 ` Arnout Vandecappelle
@ 2015-06-25 8:04 ` Guillaume sétan
2015-06-25 23:08 ` Arnout Vandecappelle
0 siblings, 1 reply; 4+ messages in thread
From: Guillaume sétan @ 2015-06-25 8:04 UTC (permalink / raw)
To: buildroot
2015-06-24 23:18 GMT+02:00 Arnout Vandecappelle <arnout@mind.be>:
On 06/24/15 16:23, Guillaume s?tan wrote:
>> Hello,
>>
> >I try to use a Touchscreen (multitouch) with my target (Arm Little
endian -
>> Cortex - A9 ).
> >I tried to use EFL, directfb and fb but I haven't managed to run the
multitouch
>> on my target.
>fb is just a framebuffer driver so doesn't have a relation with input
events.
>
>directfb doesn't yet support multitouch AFAIK.
>
>EFL should support multitouch. But I guess you have to configure it to
listen
>to the right input device.
How I can do that ?
>
>>
>> Please can you explain me what packages are needed to use multitouch ?
>> Or have you ever used a touch screen on a target Arm ?
> You could try tslib (which converts multitouch to single touch so
probably not
>really what you want). Qt5 also has support for multitouch.
>
>>
>> Regards,
>>
>> Guillaumme
>>
>>
>> PS : I see frames on my target (arm ) when I touch my screen with
application mtdev.
>What do you mean with 'frames'?
When I try the application mtdev, I see that :
# ./mtdev-test /dev/input/event1
supported mt events:
ABS_MT_SLOT
ABS_MT_POSITION_X
ABS_MT_POSITION_Y
ABS_MT_TRACKING_ID
014e29b54bd1 00 3 0039 0
014e29b54bd1 00 3 0035 22640
014e29b54bd1 00 3 0036 9019
014e29b54bd1 00 1 014a 1
014e29b54bd1 00 3 0000 22640
014e29b54bd1 00 3 0001 9019
014e29b54bd1 00 0 0000 0
014e29b54c5a 00 3 0035 22641
014e29b54c5a 00 3 0000 22641
014e29b54c5a 00 0 0000 0
014e29b54c60 00 3 0035 22642
014e29b54c60 00 3 0036 9020
014e29b54c60 00 3 0000 22642
014e29b54c60 00 3 0001 9020
014e29b54c60 00 0 0000 0
014e29b54c7f 00 3 0039 -1
014e29b54c7f 00 1 014a 0
014e29b54c7f 00 0 0000 0
Regards,
Guillaume
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150625/7bcf8153/attachment.html>
^ permalink raw reply [flat|nested] 4+ messages in thread* [Buildroot] Problem with Touchscreen on ARM
2015-06-25 8:04 ` Guillaume sétan
@ 2015-06-25 23:08 ` Arnout Vandecappelle
0 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2015-06-25 23:08 UTC (permalink / raw)
To: buildroot
On 06/25/15 10:04, Guillaume s?tan wrote:
>
>
> 2015-06-24 23:18 GMT+02:00 Arnout Vandecappelle <arnout@mind.be
> <mailto:arnout@mind.be>>:
>
> On 06/24/15 16:23, Guillaume s?tan wrote:
>
>>> Hello,
>
>>>
>
>> >I try to use a Touchscreen (multitouch) with my target (Arm Little endian -
>
>>> Cortex - A9 ).
>
>> >I tried to use EFL, directfb and fb but I haven't managed to run the multitouch
>
>>> on my target.
>
>
> >fb is just a framebuffer driver so doesn't have a relation with input events.
>
>
> >directfb doesn't yet support multitouch AFAIK.
>
>
> >EFL should support multitouch. But I guess you have to configure it to listen
>>to the right input device.
>
> How I can do that ?
I don't know, I never used enlightenment, but I expect they have some
documentation, no?
Regards,
Arnout
[snip]
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-06-25 23:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-24 14:23 [Buildroot] Problem with Touchscreen on ARM Guillaume sétan
2015-06-24 21:18 ` Arnout Vandecappelle
2015-06-25 8:04 ` Guillaume sétan
2015-06-25 23:08 ` Arnout Vandecappelle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox