Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Michrochip AR1100 usb touchscreen issues

Michrochip AR1100 usb touchscreen issues

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 336 Views
  • 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.
  • M Offline
    M Offline
    Marek Belisko
    wrote on last edited by
    #1

    Hi,

    I'm trying to use AR1100 usb touch screen with my qt5 qml application which is recognized and calibrated using windows utility. Problem is that when start qt5 application I can see touch events consumed by application but looks like cursor and touch events and not properly control application by means I press on some button but it's not recognized. When using standard mouse it works fine.

    When run app I'm getting those messages (input debug):

    qt.qpa.input: libinput: event0  - pwm-beeper: not tagged as supported input device
    qt.qpa.input: libinput: event0  - not using input device '/dev/input/event0'
    qt.qpa.input: libinput: event1  - Microchip Technology Inc. AR1100 HID-MOUSE: is tagged by udev as: Mouse
    qt.qpa.input: libinput: event1  - Microchip Technology Inc. AR1100 HID-MOUSE: device is a pointer
    qt.qpa.input: Using xkbcommon for key mapping
    qt.qpa.input: Adding mouse at "/dev/input/event1"
    qt.qpa.input: create mouse handler for "/dev/input/event1" ""
    This plugin does not support createPlatformOpenGLContext!
    qt.qpa.input: libinput: event1  - debounce state: DEBOUNCE_STATE_IS_UP ��→ DEBOUNCE_EVENT_OTHERBUTTON ��→ DEBOUNCE_STAT
    E_IS_UP
    qt.qpa.input: libinput: event1  - debounce state: DEBOUNCE_STATE_IS_UP ��→ DEBOUNCE_EVENT_PRESS ��→ DEBOUNCE_STATE_DOWN
    _WAITING
    qt.qpa.input: libinput: event1  - debounce state: DEBOUNCE_STATE_DOWN_WAITING ��→ DEBOUNCE_EVENT_RELEASE ��→ DEBOUNCE_S
    TATE_RELEASE_PENDING
    qt.qpa.input: libinput: event1  - debounce state: DEBOUNCE_STATE_RELEASE_PENDING ��→ DEBOUNCE_EVENT_PRESS ��→ DEBOUNCE_
    STATE_DOWN_WAITING
    qt.qpa.input: libinput: event1  - debounce state: DEBOUNCE_STATE_DOWN_WAITING ��→ DEBOUNCE_EVENT_TIMEOUT ��→ DEBOUNCE_S
    TATE_IS_DOWN
    

    Any idea what else should be checked or so? Do I need to calibrate with tslib or so? Thanks.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved