summaryrefslogtreecommitdiff
path: root/src/touchhandler
AgeCommit message (Collapse)Author
2021-12-09TouchHandler: remove unused FreeRTOS.h and task.h includes from headerReinhold Gschweicher
FreeRTOS and task.h aren't used in the Header file. Furthermore the SystemTask forward declaration isn't needed as it isn't used in the header.
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher
Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
2021-08-11Fix longpress gestureRiku Isokoski
2021-08-10Remove leftoverRiku Isokoski
2021-08-10Rework TouchHandler into not a taskRiku Isokoski
2021-07-18UpdateRiku Isokoski
2021-07-16Fix remaining known issuesRiku Isokoski
2021-07-15Fix gesturesRiku Isokoski
2021-07-15Fix touch wakeup and code cleanupRiku Isokoski
2021-07-15Fix most issuesRiku Isokoski
2021-07-15Quick fixRiku Isokoski
2021-07-15New touch handler, with issuesRiku Isokoski