Skip to content

3.2" 3.5" 5.0" 7.0" TFT LCD Kali driver for the Raspberry PI and PI 2 and PI 3

Notifications You must be signed in to change notification settings

danielcshn/LCD-show-kali

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LCD DRIVER for Kali Linux on Raspberry Pi

Disclaimer: This project is intended for non-commercial educational purposes.

Install

STEP 1: Install Kali Linux Offical mirror

STEP 2: Clone this repository in your Raspberry Pi

  • Use SSH to connect the Raspberry Pi or graphical interface.
  • Verify that your Raspberry Pi has internet access.
  • Run the following commands:

git clone https://github.com/danielcshn/LCD-show-kali.git
chmod -R 755 LCD-show-kali
cd LCD-show-kali/

STEP 3: According to your LCD Display execute your command:

  • In case of 2.4" RPi Display(MPI2401)
    sudo ./LCD24-show
  • In case of 2.8" RPi Display(MPI2801)
    sudo ./LCD28-show
  • In case of 3.2" RPi Display(MPI3201)
    sudo ./LCD32-show
  • In case of 3.5inch RPi Display(MPI3501)
    sudo ./LCD35-show
  • In case of 3.5" HDMI Display-B(MPI3508)
    sudo ./MPI3508-show
  • In case of 3.2" High Speed display(MHS32)
    sudo ./MHS32-show
  • In case of 3.5" High Speed display(MHS35)
    sudo ./MHS35-show
  • In case of 4.0" High Speed display(MHS40)
    sudo ./MHS40-show
  • In case of 4.0" HDMI Display(MPI4008)
    sudo ./MPI4008-show
  • In case of 5inch HDMI Display-B(Capacitor touch)(MPI5001):
    sudo ./MPI5001-show
  • In case of 5inch HDMI Display(Resistance touch)(MPI5008)
    sudo ./LCD5-show
  • In case of 7inch HDMI Display-B-800X480(MPI7001)
    sudo ./LCD7B-show
  • In case of 7inch HDMI Display-C-1024X600(MPI7002)
    sudo ./LCD7C-show
  • If you need to switch back to the traditional HDMI display
    sudo ./LCD-hdmi

Wait a few minutes, the system asks you to restart, then enjoy your Kali Linux + LCD

Changelog

v2.2-20200701

  • Update MPI4008 touch screen calibration parameters

v2.1-20200624

  • Update touch screen function

v2.0-20200621

  • Update to support Kali Linux Version 2019 or higher (Solution to Kernel Panic)

v1.9-20181204

  • Update to support MHS40 & MHS32

v1.8-20180907

  • Update to support MHS35

v1.7-20180320

  • Update to support Raspbian Version:March 2018(Release date:2018-03-13)

v1.6-20170824

  • Update xserver to support Raspbian-2017-08-16

v1.5-20170706

  • Update to support Raspbian-2017-07-05,Raspbian-2017-06-21

v1.3-20170612

  • fixed to support Raspbian-2017-03-02,Raspbian-2017-04-10

v1.2-20170302

  • Add xserver-xorg-input-evdev_1%3a2.10.3-1_armhf.deb to support Raspbian-2017-03-02

v1.1-20160815

  • First version

Last test

v2.0-20200621

  • Kali Linux RaspberryPi 2 (v1.2), 3 and 4 (64-Bit) - v2020.2b
  • Raspberry Pi 3 Model B v1.2
  • 3.5inch RPi Display

It works perfectly!

How to rotate the display direction

METHOD 1: If the driver is not installed

  • Use SSH to connect the Raspberry Pi or graphical interface.
  • Verify that your Raspberry Pi has internet access.
  • Run the following commands:

git clone https://github.com/danielcshn/LCD-show-kali.git
chmod -R 755 LCD-show-kali
cd LCD-show-kali/
sudo ./XXX-show 90

After execution, the driver will be installed. The system will automatically restart, and the display screen will rotate 90 degrees to display and touch normally. ( ' XXX-show ' can be changed to the corresponding driver, and ' 90 ' can be changed to 0, 90, 180 and 270, respectively representing rotation angles of 0 degrees, 90 degrees, 180 degrees, 270 degrees)

METHOD 2: If the driver is already installed

  • Use SSH to connect the Raspberry Pi or graphical interface.
  • Run the following commands: cd LCD-show-kali/
    sudo ./rotate.sh 90

After execution, the system will automatically restart, and the display screen will rotate 90 degrees to display and touch normally. ( ' 90 ' can be changed to 0, 90, 180 and 270, respectively representing rotation angles of 0 degrees, 90 degrees, 180 degrees, 270 degrees) (If the rotate.sh prompt cannot be found, use Method 1 to install the latest drivers)

Additional information of LCD Displays

2.4” RPi Display (MPI2401)

2.4” RPi Display For RPi 3A+ (MPI2411)

2.8” RPi Display (MPI2801)

3.2” RPi Display (MPI3201)

MHS-3.2” RPi Display (MHS3232)

3.5” RPi Display(MPI3501)

3.5” HDMI Display-B(MPI3508)

MHS-3.5” RPi Display(MHS3528)

MHS-3.5” RPi Display-B(MHS35XX)

4.0" HDMI Display(MPI4008)

MHS-4.0" HDMI Display-B(MHS4001)

5.0” HDMI Display(Resistance touch)(MPI5008)

5inch HDMI Display-B(Capacitor touch)(MPI5001)

7inch HDMI Display-B-800X480(MPI7001)

7inch HDMI Display-C-1024X600(MPI7002)

Links and References

About

3.2" 3.5" 5.0" 7.0" TFT LCD Kali driver for the Raspberry PI and PI 2 and PI 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%