pitft: Add support for pitft28r

The support for PiTFT 28 inch resistive touchscreen is optional
and can be enabled by adding below in local.conf:

MACHINE_FEATURES += "pitft pitft28r"

While at it also fix a minor typo in README.

Signed-off-by: Petter Mabäcker <petter@technux.se>
This commit is contained in:
Petter Mabäcker
2016-03-30 16:35:45 +02:00
committed by Andrei Gherzan
parent 84af6e7de3
commit 9797874a23
7 changed files with 21 additions and 3 deletions
+2 -1
View File
@@ -204,7 +204,7 @@ kernels.
NOTE: KERNEL_DEVICETREE is default enabled for kernel >= 3.18 and always disabled for
older kernel versions.
3.L. Eenable SPI bus
3.L. Enable SPI bus
====================
When using device tree kernels, set this variable to enable the SPI bus
ENABLE_SPI_BUS = "1"
@@ -232,6 +232,7 @@ the modelname should be added as a MACHINE_FEATURES in local.conf like below:
List of currently supported models:
- pitft22
- pitft28r
4. Extra apps