TSC support, touchscreen input. not perfect but for now this will do.

This commit is contained in:
StapleButter
2017-02-01 00:24:36 +01:00
parent 548b8d99a6
commit 1f5faf8291
8 changed files with 178 additions and 18 deletions

7
SPI.h
View File

@ -19,6 +19,13 @@
#ifndef SPI_H
#define SPI_H
namespace SPI_TSC
{
void SetTouchCoords(u16 x, u16 y);
}
namespace SPI
{