Sebelum mengikuti tutorial ini, setidaknya Raspberry Pi 2 atau 3 sudah terkoneksi ke Internet. Download terlebih dulu file driver dari Elecrov di sini: https://github.com/panahbiru/Elecrow-LCD35
Download saja via konsol dengan perintah:
[sourcecode]wget https://github.com/panahbiru/Elecrow-LCD35/archive/master.zip -o elecrow-lcd35.zip[/sourcecode]
kemudian unzip file tersebut dengan perintah unzip:
[sourcecode]unzip elecrow-lcd35.zip[/sourcecode]
dan install driver tersebut dengan perintah berikut:
[sourcecode]
cd Elecrow-LCD35
chmod +x Elecrow-LCD35
sudo ./Elecrow-LCD35
[/sourcecode]
tunggu saja gan sampai proses instalasi berhasil. Reboot.
Cara Kalibrasi Touchscreen?
Silakan masih di konsol yang sama, kalibrasi dengan menginstall tool xinput-calibrator.
[sourcecode]cd Elecrow-LCD35
sudo dpkg -i -B xinput-calibrator_0.7.5-1_armhf.deb
[/sourcecode]
Kemudian jika sudah selesai, jika sampeyan menggunakan Raspbian klik menu, Preference -> Calibrate Touchscreen dan ikuti perintah yang diminta.
Selamat mencoba!
Sumber:
0 comments:
Post a Comment