ugfx/drivers/ginput/touch/QWidget
inmarket 7c5a6c928f For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
..
example For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
gmouse_lld_QWidget.c For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
readme.txt Adding QWidget touch driver 2016-07-26 12:50:32 +02:00

readme.txt

Limitation: As this driver only exports one set of variables, this driver can only be used
            on systems with one single touch input device of this type. To overcome this
            limitation, the global variables have to be converted into arrays. The driverinstance
            variable passed to the _read() function is then used to distinguish between the
            different instances.