User manual
Ausgabe 11.12.2017 Copyright by Joy-IT 8
3
3.2 / 3.5 Touch-Display
Aerwars, you will see 4 values which needs to be entered as new calibraon-data to the
„99-calibraon.conf“ at:
The rst value is assigned to „MinX“, the second to „MaxX“, the third to „MinY“ and the fourth to
„MaxY“.
Restart your Raspberry Pi, aer saving your changes, to load your new calibraon-prole.
5. Simultaneously using the LCD and the HDMI output
To simultaneously use the LCD display aswell as the HDMI output, some addional conguraon is
needed.
At rst, the „Framebuer-Copy“-program needs to be compiled and installed with the following steps:
To automacally start this programm, while boong the Raspberry Pi, you need to edit the following le…
… and append the following line right before toe line with the „exit 0“.
“Option "Calibration" "160 3723 3896 181"
cd /tmp
sudo apt-get install -y cmake
git clone https://github.com/tasanakorn/rpi-fbcp
mkdir -p rpi-fbcp/build
cd rpi-fbcp/build
cmake ..
make
sudo install fbcp /usr/local/bin/fbcp
sudo nano /etc/rc.local
fbcp &