VoronUsers/printer_mods/hartk1213/Voron0.2_2.8_WaveshareDisplay/Software
hart 2c33fde689
V02 2.8 waveshare (#894)
* add V0.2 waveshare display

* Update README.md

* Update README.md

* Delete display_mount_with_accent_mesh.stl
2023-01-20 13:07:30 -06:00
..
90-monitor.conf V02 2.8 waveshare (#894) 2023-01-20 13:07:30 -06:00
Readme.md V02 2.8 waveshare (#894) 2023-01-20 13:07:30 -06:00
Waveshare-DSI-LCD.zip V02 2.8 waveshare (#894) 2023-01-20 13:07:30 -06:00

Readme.md

Old Waveshare-DSI-LCD 2.8 Drivers

Step 1:

unzip and copy the Waveshare-DSI-LCD.zip folder to your /home/pi directory

Step 2:

run the following in the terminal to view the kernal version and cd to the corresponding file directory

    uname -a

5.15.32

    cd 5.15.32

5.15.56

    cd 5.15.56

5.10.103

    cd 5.10.103

Step 3:

Please check the bits of your system, enter the 32 directory for 32-bit systems, and enter the 64 directory for 64-bit systems

32

    cd 32

64

    cd 64

Step 4:

Enter your corresponding model command to install the driver 2.8inch DSI LCD 480×640

    sudo bash ./WS_xinchDSI_MAIN.sh 2_8INCH I2C0

Step 5:

Wait for a few seconds, when the driver installation is complete and no error is prompted, restart and load the DSI driver and it can be used normally

    sudo reboot