<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Resistive Touch Panel and Qt QML Application]]></title><description><![CDATA[<p dir="auto">Hi:<br />
I have a 7" touch panel (resistive with hdmi and usb as Digitizer)  hook up with SBC loaded with Yocto (qt 5).</p>
<p dir="auto">I have been unable to get the touch functionality (not multi touch) work. The Yocto built included libInput (<strong>without TSLIB</strong>) . Wayland, Wayland-egl, xcb .</p>
<p dir="auto">I am able to open wayland console (included in the built) and close the console with touch. But not the qml code i created.</p>
<p dir="auto">so I down loaded qt-touchscreen-test. <a href="https://github.com/Witekio/qt-touchscreen-test" target="_blank" rel="noopener noreferrer nofollow ugc">link text</a>. The application ran along side evtest (with sbc debug console)</p>
<p dir="auto">The app is not responded to touch. But  evtest at the debug console showed ,the touch panel response with the touch , and here are some of the output :</p>
<pre><code>Event: time 1622539295.983556, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1
Event: time 1622539295.983556, type 3 (EV_ABS), code 0 (ABS_X), value 3242
Event: time 1622539295.983556, type 3 (EV_ABS), code 1 (ABS_Y), value 5716
</code></pre>
<p dir="auto">below is the evtest , selected devices is 2 (Future Designs) as Digitizer</p>
<pre><code>No device specified, trying to scan all of /dev/input/event*  
Available devices:
/dev/input/event0:	da9063-onkey
/dev/input/event1:	sgtl5000-audio Headphone Jack
/dev/input/event2:	Future Designs, Inc. ELI70-CP - Digitizer
Select the device event number [0-2]: 

</code></pre>
<p dir="auto">I read some where TSLIB is not needed with libInput, am i right ?<br />
Do i need to set Environment for the QML App to work?  If yes what variable do I need to set?</p>
<p dir="auto">Regards</p>
<p dir="auto">Simon</p>
]]></description><link>https://forum.qt.io/topic/127211/resistive-touch-panel-and-qt-qml-application</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 14:33:01 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/127211.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 01 Jun 2021 15:22:37 GMT</pubDate><ttl>60</ttl></channel></rss>