Giter Site home page Giter Site logo

cakeslob / rpi-lcd-lt031mdz4000 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from will-tm/rpi-lcd-lt031mdz4000

0.0 0.0 0.0 5.82 MB

Panel driver for JDI LT031MDZ4000 720x720 display

License: GNU General Public License v2.0

C 94.23% Makefile 5.77%

rpi-lcd-lt031mdz4000's Introduction

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

rpi-lcd-lt031mdz4000's People

Contributors

jamwu avatar will-tm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.