OctoPrint – Display setup

Install OctoPrint https://octoprint.org/download/ Update all packages SSH into Pi and run: sudo apt-get update sudo apt-get upgrade Download and install display driver(more info here) Run: git clone https://github.com/Elecrow-keen/Elecrow-LCD35.git` cd Elecrow-LCD35 sudo ./Elecrow-LCD35 cd Elecrow-LCD35 sudo dpkg -i -B xinput-calibrator_0.7.5-1_armhf.deb Edit 99-calibration.conf To open 99-calibration.conf run: sudo nano /etc/X11/xorg.conf.d/99-calibration.conf Apend following lines Section "Device" Identifier "touchscreen"... » read more