Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1023 Bytes

README.md

File metadata and controls

46 lines (33 loc) · 1023 Bytes

RPI-LCD-LT031MDZ4000

Raspberry Pi panel driver for JDI LT031MDZ4000 720x720 display

LCD Adapter board for Raspberry Pi

Adapter

Get kernel source

Refer to rpi-source

Build & Install

git clone https://github.com/will-tm/RPI-LCD-LT031MDZ4000.git
cd RPI-LCD-LT031MDZ4000
make
make install

Then edit /boot/config.txt to add:

lcd_ignore=1
dtoverlay=vc4-kms-dsi-lt031mdz4000

and reboot

LCD pins defaults to:

  • Reset - GPIO26
  • BL_Enable - GPIO19
  • PWM - GND

Default pins can be changed, for example:

#change Reset to GPIO5,BL_Enable to GPIO6
dtoverlay=vc4-kms-dsi-lt031mdz4000,bl_en=5,reset=6

Hardware

Datasheet - LT031MDZ4000-Datasheet

Proof-of-concept schematics - cf. repository KiCad project.

Important notes:

  • This schematics comes with no warranties, use at your own risk