Skip to content

Commit

Permalink
Mention support for Pi 4
Browse files Browse the repository at this point in the history
  • Loading branch information
juj committed Aug 24, 2020
1 parent 434aaad commit 9766d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

This repository implements a driver for certain SPI-based LCD displays for Raspberry Pi A, B, 2, 3 and Zero.
This repository implements a driver for certain SPI-based LCD displays for Raspberry Pi A, B, 2, 3, 4 and Zero.

![PiTFT display](/example.jpg "Adafruit PiTFT 2.8 with ILI9341 controller")

Expand Down Expand Up @@ -156,7 +156,7 @@ There are a couple of options to explicitly say which Pi board you want to targe
- `-DSINGLE_CORE_BOARD=ON`: Pass this option if you are running on a Pi that has only one hardware thread (Pi Model A, Pi Model B, Compute Module 1, Pi Zero/Zero W). If not present, autodetected.
- `-DARMV6Z=ON`: Pass this option to specifically optimize for ARMv6Z instruction set (Pi 1A, 1A+, 1B, 1B+, Zero, Zero W). If not present, autodetected.
- `-DARMV7A=ON`: Pass this option to specifically optimize for ARMv7-A instruction set (Pi 2B < rev 1.2). If not present, autodetected.
- `-DARMV8A=ON`: Pass this option to specifically optimize for ARMv8-A instruction set (Pi 2B >= rev. 1.2, 3B, 3B+, CM3 or CM3 lite). If not present, autodetected.
- `-DARMV8A=ON`: Pass this option to specifically optimize for ARMv8-A instruction set (Pi 2B >= rev. 1.2, 3B, 3B+, CM3, CM3 lite or 4B). If not present, autodetected.

###### Specifying other build options

Expand Down

0 comments on commit 9766d43

Please sign in to comment.