https://www.repetier-server.com/download-images/

Instalace malého dotikového TFT displeje 3,5Palce 480x320:
----------------------------------------------------------
Displej je to ten co má konektor v kuse.
https://arduino-shop.cz/arduino/1356-3-5-tft-lcd-shield-pro-raspberry-320-x-480-spi-rgb-dotykovy-1467270744.html


Nejprve je nutno udělat aktualizace:
------------------------------------
https://gist.github.com/derhuerst/1b15ff4652a867391f03

sudo apt-get update
sudo apt-get upgrade

A poté doinstalovat Git:
sudo apt-get install git

Poté můžeme přistoupit k instalaci displeje:
--------------------------------------------
git clone https://github.com/Elecrow-keen/Elecrow-LCD35.git

cd Elecrow-LCD35
sudo ./Elecrow-LCD35

Taky tam de udělat kalibrace dotikové vrstvy:

https://www.elecrow.com/wiki/index.php?title=3.5_Inch_480x320_TFT_Display_with_Touch_Screen_for_Raspberry_Pi


