You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hardware/raspberrypi/dpi/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# DPI (Parallel Display Interface)
2
2
3
-
An up-to-24-bit parallel RGB interface is available on all Raspberry Pi boards with the 40 way header (A+,B+,Pi2,Pi3,Zero) and Compute Moudule. This interface allows parallel RGB displays to be attached to the Raspberry Pi GPIO either in RGB24 (8 bits for red, green and blue) or RGB666 (6 bits per colour).
3
+
An up-to-24-bit parallel RGB interface is available on all Raspberry Pi boards with the 40 way header (A+,B+,Pi2,Pi3,Zero) and Compute Moudule. This interface allows parallel RGB displays to be attached to the Raspberry Pi GPIO either in RGB24 (8 bits for red, green and blue) or RGB666 (6 bits per colour) or RGB565 (5 bits red, 6 green and 5 blue).
4
4
5
5
This interface is controlled by the GPU firmware and can be programmed by a user via special config.txt parameters and by enabling the correct Linux Device Tree overlay.
0 commit comments