Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    buildroot qt issue with tslib

    Mobile and Embedded
    buildroot qt is
    2
    4
    918
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Awadhesh Maurya
      Awadhesh Maurya last edited by

      Hi,
      I am working on buildroot-2014.05 for Renesas RSKRZA1 board. Here ts_test, ts_calibrate are working fine, but none of example in QT-4.8.6 is working with touch panel. I have selected tslib package in QT in buildroot menuconfig, it was in mouse driver.

      Please let me know the solution if anyone knows.

      Thanks in advance.

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi and welcome to devnet,

        Did you create the configuration files for tslib to use ?

        You can set the QT_DEBUG_PLUGINS environment variable when you run your application to get some more information.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        Awadhesh Maurya 1 Reply Last reply Reply Quote 0
        • Awadhesh Maurya
          Awadhesh Maurya @SGaist last edited by

          @SGaist said:

          configuration files for tslib

          Thanks devnet,

          It was already created /etc/ts.conf file. There were some settings left. These are:
          export TSLIB_TSDEVICE=/dev/input/event0
          export TSLIB_TSEVENTTYPE=INPUT
          export TSLIB_CONFFILE=/etc/ts.conf
          export TSLIB_CALIBFILE=/etc/pointercal
          export QWS_MOUSE_PROTO="Tslib:/dev/input/event0"

          Actually I am new to this, after search in google I have found these. Now every qt example is working with touch.

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            Good !

            Then please mark the thread as solved ("Topic Tools" -> Mark Solved)

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply Reply Quote 0
            • First post
              Last post