From 696596a5171fe1863fb598c5d0099c39c890d7e0 Mon Sep 17 00:00:00 2001 From: waveshare <36142105+waveshare@users.noreply.github.com> Date: Mon, 18 Feb 2019 14:17:36 +0800 Subject: [PATCH] Update README.md --- README.md | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ca15ac..df1b5bf 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ Description: This is a 3.2inch TFT LCD with resistive touch panel, has 320x240 resolution. Can support any revision of Raspberry Pi. Driver is provided for Raspbian/Ubuntu Mate/kali and Retropie. - Website: CN: http://www.waveshare.net/shop/3.2inch-RPi-LCD-B.htm @@ -44,6 +43,28 @@ Driver install: sudo ./LCD32-show +# 3.2inch RPi LCD (C) + +Description: + +This is a 3.2inch TFT LCD with resistive touch panel, has 320x240 hardware resolution.Support up to 125MHz high-speed SPI signal transmission provide you a clear and stable display effect.. Can directly plug to any revision of Raspberry Pi. Driver is provided for Raspbian/Ubuntu Mate/kali and Retropie. + +Website: + +CN: http://www.waveshare.net/shop/3.2inch-RPi-LCD-C.htm + +EN: https://www.waveshare.com/3.2inch-rpi-lcd-c.htm + +WIKI: + +CN: http://www.waveshare.net/wiki/Main_Page + +EN: https://www.waveshare.com/wiki/3.2inch_RPi_LCD_(C) + +Driver install: + +sudo ./LC32C-show + # 3.5inch RPi LCD (A) Description: @@ -109,3 +130,40 @@ EN:https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(C) Driver Install: sudo ./LCD35C-show + +# 3.5inch HDMI LCD + +Description: + +This is a 3.5inch IPS screen with resistive touch panel, has 480x320 hardware resolution, use HDMI interface for displaying and GPIO for touching. Touch driver is provide for Raspbian, Ubuntu Mate,Kali and Retropie + +Website: + +CN: http://www.waveshare.net/shop/3.5inch-HDMI-LCD.htm + +EN: https://www.waveshare.com/product/3.5inch-hdmi-lcd.htm + +WIKI: + +CN: http://www.waveshare.net/wiki/3.5inch_HDMI_LCD + +EN: https://www.waveshare.com/wiki/3.5inch_HDMI_LCD + +Display setting: + +For properly display, you need to root directory of SD card (/boot/). + +max_usb_current=1 + +hdmi_group=2 + +hdmi_mode=87 + +hdmi_cvt 800 480 60 6 0 0 0 + +hdmi_drive=2 + +Driver install (touch): + +sudo ./LCD35-HDMI-480x320-show +