Add support for touchscreen on ITEAD Arduino shield. Untested

This commit is contained in:
Gregory Nutt
2013-07-02 08:25:53 -06:00
parent bdf96a93db
commit cfb156f286
6 changed files with 518 additions and 25 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ config SPI_BITBANG_VARWIDTH
bool "SPI bit-bang variable width transfers"
default n
---help---
Enable support for a variable dat width transfers. Default: 8-bit
Enable support for a variable data width transfers. Default: 8-bit
only.
endif