Difference between revisions of "Rockpi4/Raspberry Pi official LCD"
< Rockpi4
(Created page with "{{rockpi4_header}} {{Languages|rockpi4/Raspberry Pi official LCD}} ROCK Pi 4 > rockpi4/Raspberry Pi official LCD | Using Raspberry Pi official LCD Scr...") |
(→Connect MIPI DSI Screen) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
__TOC__ | __TOC__ | ||
+ | |||
+ | ROCK Pi were support the [https://www.raspberrypi.org/products/raspberry-pi-touch-display/ Raspberry pi official 7 inch LCD touch screen] now, in future it can support more other production. | ||
+ | |||
+ | ===Connect MIPI DSI Screen=== | ||
+ | [[File:Raspberry-7-inch-screen.jpg]] | ||
+ | |||
+ | The 7-inch-screen's 5V and GND need to be connected to the rock pi 4 board for power. | ||
+ | |||
+ | ===Using Raspberry Pi 7 Inch LCD Touch Screen=== | ||
+ | |||
+ | Change the /boot/hw_intfc.conf: | ||
+ | #enable raspberry pi official 7 inch LCD support | ||
+ | intfc:dtoverlay=raspberrypi-7-inch-lcd | ||
+ | |||
+ | Reboot your ROCK Pi 4. |
Latest revision as of 11:27, 3 March 2022
ROCK Pi 4 > Using Raspberry Pi official LCD Screen
ROCK Pi were support the Raspberry pi official 7 inch LCD touch screen now, in future it can support more other production.
Connect MIPI DSI Screen
The 7-inch-screen's 5V and GND need to be connected to the rock pi 4 board for power.
Using Raspberry Pi 7 Inch LCD Touch Screen
Change the /boot/hw_intfc.conf:
#enable raspberry pi official 7 inch LCD support intfc:dtoverlay=raspberrypi-7-inch-lcd
Reboot your ROCK Pi 4.