Skip to main content

Screen Wiring & Configuration

info
  • FLY-TOOLS requires the host computer to be connected to the network, then access via IP+:9999
  • For example: 192.168.6.110:9999
  • Configure the screen in FLY TOOLS and enable KS as shown below
  • FLY-Pi V2 TFT screen wiring

TFT Screen Configuration

  • Enable KS in FLY TOOLS

Method 1

  • For capacitive configuration, use the following command to set to fly-tft-v1
sudo sed '11s/screen=none/screen=fly-tft-v1/' -i /boot/FlyOS-Env.txt
  • Please make sure the DIP switch on the back of the screen is set to Cap
  • Use the following command to check if the modification was successful
sed -n '9,11p' /boot/FlyOS-Env.txt | grep -v '^#'
  • To change from capacitive to resistive configuration, use the following command:
sudo sed -i '11{/^#/!s/screen=fly-tft-v2-c/screen=fly-tft-v1/}' /boot/FlyOS-Env.txt