keyboard/qmk/lib/ugfx/drivers/ginput/touch/QWidget
2020-09-24 23:24:14 -04:00
..
example Add back qmk firmware that's been updated for kemonine setups 2020-09-24 23:24:14 -04:00
gmouse_lld_QWidget.c Add back qmk firmware that's been updated for kemonine setups 2020-09-24 23:24:14 -04:00
readme.txt Add back qmk firmware that's been updated for kemonine setups 2020-09-24 23:24:14 -04:00

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.