Skip to content

Panel driver for JDI LT031MDZ4000 720x720 display

License

Notifications You must be signed in to change notification settings

will-tm/RPI-LCD-LT031MDZ4000

 
 

Repository files navigation

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

About

Panel driver for JDI LT031MDZ4000 720x720 display

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.2%
  • Makefile 5.8%