User Manual
cdLCD‐show/
./LCD35‐show180
270 degree rotation
cdLCD‐show/
./LCD35‐show270
Touch screen calibration
This LCD can be calibrated using a program called xinput_calibrator which is pre‐installed on the CD image.
However, it was not pre‐installed on original Raspbian OS. So in this case, you should get and install the
program manually with
sudoapt‐getinstall‐yxinput‐calibrator
Enter the following commands for touch screen calibration:
sudoDISPLAY=:0.0xinput_calibrator
or select Menu ‐> Preferences ‐> Calibrate Touchscreen.
After running these commands, there will be a prompt for four‐point calibration shown in the LCD screen.
Click the points one by one to finish the touch calibration. Then, the new calibration data will be displayed
in the terminal, as shows below. Please get these data for future use.
Doingdynamicrecalibration:
Settingnewcalibrationdata:3919,208,236,3913
Enter the following command to edit 99‐calibration.conf:
sudonano/etc/X11/xorg.conf.d/99‐calibration.conf
Then, the old calibration data will be displayed in the terminal:
Section"InputClass"
Identifier "calibration"
MatchProduct "ADS7846Touchscreen"
Option "Calibration" "16037233896181"
Option "SwapAxes" "1"
EndSection
Modify the calibration data to the new calibration data displayed in the step 2﴿:
Section"InputClass"
Identifier "calibration"
MatchProduct "ADS7846Touchscreen"
Option "Calibration" "39192082363913"
Option "SwapAxes" "1"
EndSection