No description
Find a file
2024-08-21 11:12:48 +02:00
boot update driver to fit new system 2024-01-02 03:41:52 +00:00
etc add MHS4.0-C driver 2020-09-02 09:38:17 +01:00
usr modify touch driver 2024-03-25 07:15:11 +00:00
DPI5_7_800_480-show support 64bit system 2022-07-29 09:33:26 +08:00
DPI7_1024_600-show support 64bit system 2022-07-29 09:34:28 +08:00
LCD-hdmi support 64bit system 2022-07-29 09:36:41 +08:00
LCD5-show modify touch driver 2024-03-25 07:15:11 +00:00
LCD7B-show update driver to fit new system 2024-01-02 03:41:52 +00:00
LCD7C-show update driver to fit new system 2024-01-02 03:41:52 +00:00
LCD7H-show update driver to fit new system 2024-01-02 03:41:52 +00:00
LCD7S-show update driver to fit new system 2024-01-02 03:41:52 +00:00
LCD24-3A+-show update driver to fit new system 2024-01-02 03:41:52 +00:00
LCD24-show update driver to fit new system 2024-01-02 03:41:52 +00:00
LCD28-show update driver to fit new system 2024-01-02 03:41:52 +00:00
LCD32-show update driver to fit new system 2024-01-02 03:41:52 +00:00
LCD35-show update driver to fit new system 2024-01-02 03:41:52 +00:00
LCD55-show update driver to fit new system 2024-01-02 03:41:52 +00:00
LCD101H-show update driver to fit new system 2024-01-02 03:41:52 +00:00
LCD101S-show update driver to fit new system 2024-01-02 03:41:52 +00:00
LCD101TMP-show update driver to fit new system 2024-01-02 03:41:52 +00:00
LCD101Y-show update driver to fit new system 2024-01-02 03:41:52 +00:00
LCD154-show update driver to fit new system 2024-01-02 03:41:52 +00:00
MHS24-show add all files 2019-07-04 03:49:08 +01:00
MHS32-show update driver to fit new system 2024-01-02 03:41:52 +00:00
MHS35-show update driver to fit new system 2024-01-02 03:41:52 +00:00
MHS35-show-pi5 Update MHS35-show-pi5 2024-08-21 11:12:48 +02:00
MHS35B-show update driver to fit new system 2024-01-02 03:41:52 +00:00
MHS35IPS-show update driver to fit new system 2024-01-02 03:41:52 +00:00
MHS40-show update driver to fit new system 2024-01-02 03:41:52 +00:00
MHS40C-show update driver to fit new system 2024-01-02 03:41:52 +00:00
MIS35-show update driver to fit new system 2024-01-02 03:41:52 +00:00
Mouse_Key.py add 1.54 IPS driver 2021-01-27 08:18:51 +00:00
MPI3508-show update driver to fit new system 2024-01-02 03:41:52 +00:00
MPI3508_480_320-show add all files 2019-07-04 03:49:08 +01:00
MPI3510-show add all files 2019-07-04 03:49:08 +01:00
MPI4008-show modify 5inch and 4inch HDMI driver 2024-01-26 10:09:28 +00:00
MPI4009-show update driver to fit new system 2024-01-02 03:41:52 +00:00
MPI5001-show update driver to fit new system 2024-01-02 03:41:52 +00:00
MPI5094-show support 64bit system 2022-07-29 11:10:17 +08:00
NANO24-show update driver to fit new system 2024-01-02 03:41:52 +00:00
PyMouse-1.0.tar.gz add 1.54 IPS driver 2021-01-27 08:18:51 +00:00
python-xlib_0.23-2_all.deb add 1.54 IPS driver 2021-01-27 08:18:51 +00:00
README.md Update README.md 2024-08-21 10:57:41 +02:00
rotate.sh modify rotate issue 2024-05-07 08:42:33 +01:00
system_backup.sh update driver to fit new system 2024-01-02 03:41:52 +00:00
system_config.sh modify driver 2024-03-21 03:29:12 +00:00
system_restore.sh add MHS4.0-C driver 2020-09-02 09:38:17 +01:00
xinput-calibrator_0.7.5-1_armhf.deb add all files 2019-07-04 03:49:08 +01:00
xserver-xorg-input-evdev_1%3a2.10.6-1+b1_armhf.deb update xserver-xorg-input-evdev lib 2019-11-06 08:21:34 +00:00
xserver-xorg-input-evdev_1%3a2.10.6-2_arm64.deb add MHS35 64bit system 2022-07-28 10:08:09 +01:00

forked from goodtft/LCD-show/

these are my changes for the MHS35 to make it work correctly for the Pi 5 on Raspberry Pi OS Bookworm

use at your own risk, check upstream first.

sudo rm -rf LCD-show
git clone https://github.com/mariusquabeck/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/

MHS-3.5” RPi Display(MHS3528):

Driver install:

sudo ./MHS35-show-pi5

WIKI:

CN: http://www.lcdwiki.com/zh/MHS-3.5inch_RPi_Display
EN:http://www.lcdwiki.com/MHS-3.5inch_RPi_Display

How to rotate the display direction

This method only applies to the Raspberry Pi series of display screens, other display screens do not apply.

Method 1, If the driver is not installed, execute the following command (Raspberry Pi needs to connected to the Internet):

sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
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, execute the following command:

cd LCD-show/
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)