summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 129f5e2..536926b 100644
--- a/README
+++ b/README
@@ -226,6 +226,13 @@ MACHINE_FEATURES += "pitft"
226NOTE: To get this working the overlay for the PiTFT model must be build, 226NOTE: To get this working the overlay for the PiTFT model must be build,
227 added and specified as well (dtoverlay=<driver> in config.txt) 227 added and specified as well (dtoverlay=<driver> in config.txt)
228 228
229Below is a list of currently supported PiTFT models in meta-raspberrypi,
230the modelname should be added as a MACHINE_FEATURES in local.conf like below:
231 - MACHINE_FEATURES += "pitft <modelname>"
232
233List of currently supported models:
234 - pitft22
235
229 236
2304. Extra apps 2374. Extra apps
231============= 238=============