Skip to main content

Screen Wiring and Configuration

Screen Wiring

Important Safety Notes
  • When connecting TFT or HDMI screens using FPC cables, please ensure the operation is performed in the Complete power outage state to prevent screen damage.
  • When wiring TFT screens, carefully verify the Insertion Direction of the FPC cable to avoid equipment malfunction caused by reversed cable connections.
Tip
  • TFT screen cable specifications: FPC 软排线-14P-反向-0.5mm-400mm
  • For resistive touch screens, please ensure you use the 14P cable
Important Notes
  • The screen does not support hot-swapping. Please perform wiring operations with the device completely powered off.
  1. FLY-C8 TFT resistive screen wiring
  • TFT-V1 wiring reference
Loading...
  • TFT-V2 wiring reference Updating

Screen Configuration

FLYOS-FAST System Screen Configuration

  1. Access the device's IP address via a browser, for example: http://192.168.6.110/

In the fluidd interface: uncheck "Filter hidden files and folders"

Loading...

In the mainsail interface: check "Show hidden files"

Loading...
  1. Enter the displayed .flyos-config folder and find the sys-config.conf configuration file
Loading...
  1. Open the sys-config.conf file and select the corresponding configuration method based on your screen type:
  • You need to change the section after screen= to fly-tft-v2-r
  • To use FLY Screen, you need to set klipper_screen=0; if both klipper_screen=1 and fly_screen=1 are enabled simultaneously, KlipperScreen will be enabled by default
  • You need to change fly_screen=0 to fly_screen=1
  • Below is a reference after making the changes
screen=fly-tft-v2-r
  • Additionally, you need to modify
klipper_screen=0
fly_screen=1
Loading...
  1. After modifying and saving
Important Note

After modifying the configuration, please restart the system for the changes to take effect

Loading...