
https://www.uctronics.com/download/Amazon/B0106.pdf
The driver includes the settings of the Raspbian OS resolution and touch
screen support. If you have B010602, The LCD driver has been already
installed in the Micro SD card shipped with the bundle kit that includes a
Micro SD card.
Otherwise users have to install the driver manually with the following
steps for a clean system. Make sure the SD card you choose to install the
driver has no quality problem. When downloading and installing the
driver, please do not turn off the power.
Step1 Update your Raspberry Pi system
sudo apt-get update
Step2 Download the driver package
Step3 Come in the UCTRONICS_LCD35_HDMI_RPI
cd UCTRONICS_LCD35_HDMI_RPI/Raspbian/
Step4 Get run permissions
sudo chmod +x *.sh
Step5 Install the UCTRONICS LCD35 HDMI driver
sudo ./install_uc_touch_180.sh
Wait for 2~3 minutes, and the system will be installed and restarted
automatically.
If you want to roll back to the pre-installation system, you can use the
below command
sudo ./restore.sh
Step1 Install calibration software
cd UCTRONICS_LCD35_HDMI_RPI/Raspbian/
sudo ./calibrateToolInstall.sh
Step2 Calibration screen
sudo ./calibration_uc_touch_180.sh /dev/input/event1
Step3 Calibrate and reboot
Tap the five calibration points on the screen in sequence with the stylus.
The screen will reboot automatically after calibration is complete.
If you need any further support, feel free to contact us.
Website:
http://www.uctronics.com
Email:
DOWNLOAD AND INSTALL DRIVER
CONTACT US
INSTALL CALIBRATION SOFTWARE
Note:
/dev/input/event1
is the sample screen node, you need to find
the input node of your own screen and execute the command.
The online version of this tutorial where you can copy and paste the
code is available at:
If you don’t want to run those commands to install the LCD driver, we
also provide ready-to-use system image file “UCTRONICS_LCD35_HD-
MI.img". For display with UC-558 in the back (newer revisions).
UCTRONICS Touchscreen calibration
Touch crosshair to calibrate
http://uctronics.oss-us-west-1.aliyuncs.com/LCD35/image/UCTRONICS_LCD35_HDMI_UC558.img
git clone https://github.com/UCTRONICS/UCTRONICS_LCD35_HDMI_RPI.git