Skip to content

Commit c2bfee1

Browse files
Move old support to separate page
1 parent dc471d6 commit c2bfee1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

hardware/display/legacy.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Raspberry Pi 1 legacy display support
2+
3+
### Attaching to Model A/B boards
4+
5+
The DSI connector on the Model A/B boards does not have the I2C connections required to talk to the touchscreen controller and DSI controller. You can work around this by using the additional set of jumper cables provided with the display kit to wire up the I2C bus on the GPIO pins to the display controller board.
6+
7+
Using the jumper cables, connect SCL/SDA on the GPIO header to the horizontal pins marked SCL/SDA on the display board. We also recommend that you power the Model A/B via the GPIO pins using the jumper cables.
8+
9+
For the GPIO header pinout, see [this diagram](http://pinout.xyz/).
10+
11+
DSI display autodetection is disabled by default on these boards. To enable detection, add the following line to `/boot/config.txt`:
12+
13+
`ignore_lcd=0`
14+
15+
Power the setup via the `PWR IN` micro-USB connector on the display board. Do not power the setup via the Pi's micro-USB port: the input polyfuse's maximum current rating will be exceeded as the display consumes approximately 400mA.
16+
17+
NB: With the display connected to the GPIO I2C pins, the GPU will assume control of the respective I2C bus. The host operating system should not access this I2C bus, as simultaneous use of the bus by both the GPU and Linux will result in sporadic crashes.

0 commit comments

Comments
 (0)