diff options
| author | Trevor Woerner <twoerner@gmail.com> | 2017-03-24 13:49:16 -0400 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-04-03 14:38:35 +0100 |
| commit | da32aac453da278e254d37b816602410af85d162 (patch) | |
| tree | dc92ddf03b139667162530e205079e761974a01a /README | |
| parent | 0948d17dede617687669a45f7140354a4cf7809c (diff) | |
| download | meta-raspberrypi-da32aac453da278e254d37b816602410af85d162.tar.gz | |
rpi-config: waveshare screen support
Add support for the Waveshare 1024x600 "C" Rev2.1 7" IPS Capacitive Touch
Screen LCD with HDMI interface:
http://www.waveshare.com/7inch-HDMI-LCD-C.htm
http://www.waveshare.com/wiki/7inch_HDMI_LCD_(C)
This product works "out of the box" with the Raspberry Pi. Simply connect
the provided HDMI and USB cables between the two devices. The touch<=>mouse
integration works automatically.
Tested with a Raspberry Pi 3, with a 32-bit raspberrypi3 build.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 13 |
1 files changed, 10 insertions, 3 deletions
| @@ -29,7 +29,8 @@ Contents: | |||
| 29 | 3.L. Enable SPI bus | 29 | 3.L. Enable SPI bus |
| 30 | 3.M. Enable I2C | 30 | 3.M. Enable I2C |
| 31 | 3.N. Enable PiTFT support | 31 | 3.N. Enable PiTFT support |
| 32 | 3.O. Enable UART support | 32 | 3.O. Misc. display |
| 33 | 3.P. Enable UART support | ||
| 33 | 4. Extra apps | 34 | 4. Extra apps |
| 34 | 4.A. omxplayer | 35 | 4.A. omxplayer |
| 35 | 5. Board Configuration | 36 | 5. Board Configuration |
| @@ -241,9 +242,15 @@ List of currently supported models: | |||
| 241 | - pitft22 | 242 | - pitft22 |
| 242 | - pitft28r | 243 | - pitft28r |
| 243 | 244 | ||
| 244 | 3.O. Enable UART | 245 | 3.O. Misc. display |
| 245 | =============== | 246 | ================== |
| 247 | If you would like to use the Waveshare "C" 1024×600, 7 inch Capacitive Touch | ||
| 248 | Screen LCD, HDMI interface (http://www.waveshare.com/7inch-HDMI-LCD-C.htm) | ||
| 249 | Rev 2.1, please set the following in your local.conf | ||
| 250 | WAVESHARE_1024X600_C_2.1 = "1" | ||
| 246 | 251 | ||
| 252 | 3.P. Enable UART | ||
| 253 | =============== | ||
| 247 | RaspberryPi 1, 2 and CM will have UART console enabled by default. | 254 | RaspberryPi 1, 2 and CM will have UART console enabled by default. |
| 248 | 255 | ||
| 249 | RaspberryPi 3 does not have the UART enabled by default because this needs a | 256 | RaspberryPi 3 does not have the UART enabled by default because this needs a |
