* more accurate direct boot

* improve touchscreen precision a bit
* proper support for 512KB firmwares
This commit is contained in:
StapleButter
2017-03-21 00:53:04 +01:00
parent 2150240cbd
commit 3a89513c93
3 changed files with 62 additions and 23 deletions

View File

@ -19,6 +19,13 @@
#ifndef SPI_H
#define SPI_H
namespace SPI_Firmware
{
void SetupDirectBoot();
}
namespace SPI_TSC
{