QMK/lib/ugfx/drivers/ginput/touch/QWidget/example
2020-03-23 10:48:11 +01:00
..
mywidget.cpp initial upload 2020-03-23 10:48:11 +01:00
mywidget.h initial upload 2020-03-23 10:48:11 +01:00
readme.txt initial upload 2020-03-23 10:48:11 +01:00

This example shows how a QWidget can be used as touch input.

Important note: The GDisplay pointer must be set to a valid display in mywidget.cpp:16 for this to work.