Skip to main content

Screen Connection and Configuration

info
  • lite2.1 needs to use SSH to connect to the system and input the following command before Fly Tools screen configuration can be used
sudo sed -i 's/board=fly-lite2/board=fly-lite2.1/g' /boot/FlyOS-Env.txt
info
  • Fly Tools requires the host computer to be connected to the network and enter the host computer's IP+:9999 to access
  • For example 192.168.6.110:9999
  • Need to enable KS in FLY TOOLS

Method One

  • Capacitive configuration requires using the following command to configure as fly-tft-v2-c
sudo sed '11s/screen=none/screen=fly-tft-v2-c/' -i /boot/FlyOS-Env.txt
  • Please ensure the 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 capacitive screen configuration to resistive screen, use the following command
sudo sed -i '11{/^#/!s/screen=fly-tft-v2-c/screen=fly-tft-v2-r/}' /boot/FlyOS-Env.txt

Method Two

  • Tools required: A card reader, an SD/TF card with lite2 image installed
  • Insert the SD/TF card into the card reader, plug it into the computer's USB port, at which point the computer will display the boot drive
  • Right-click the boot drive and the following image files will appear
  • Find a file named FlyOS-Env.txt
  • Right-click and double-click to open the FlyOS-Env.txt file
  • Find lines 8 and 11 in the image and modify the configuration accordingly
  • FLY-Lite TFT screen connection