1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:52:44 +01:00
RIOT/drivers/ft5x06
Gunar Schorcht ca6760047c drivers/ft5x06: introduce coordinate conversions
To obtain coordinates from the touch panel that correspond to the display coordinates, it is often necessary to convert the coordinates from the touch display by swapping and mirroring. For the sake of simplicity, possible rotations are additionally defined.
2023-08-26 17:49:29 +02:00
..
include drivers/ft5x06: introduce coordinate conversions 2023-08-26 17:49:29 +02:00
ft5x06_internal.c drivers/ft5x06: use a const pointer to params instead of a copy 2023-08-23 23:36:39 +02:00
ft5x06_touch_dev.c drivers/ft5x06: use a const pointer to params instead of a copy 2023-08-23 23:36:39 +02:00
ft5x06.c drivers/ft5x06: introduce coordinate conversions 2023-08-26 17:49:29 +02:00
Kconfig drivers/ft5x06: remove unnecessary pseudomodules 2022-01-21 14:13:49 +01:00
Makefile drivers/ft5x06: add touch panel driver 2022-01-08 15:08:05 +01:00
Makefile.dep drivers/ft5x06: add touch panel driver 2022-01-08 15:08:05 +01:00
Makefile.include drivers/ft5x06: remove unnecessary pseudomodules 2022-01-21 14:13:49 +01:00