Skip to main content

Screen Wiring and Configuration

Screen Wiring

Important Safety Notice
  • When connecting a TFT or HDMI screen using an FPC cable, please ensure you operate in a completely powered-off state to prevent screen damage
  • When wiring a TFT screen, carefully confirm the insertion direction of the FPC cable to avoid device malfunction caused by reverse connection
Tip
  • The TFT screen package includes two FPC cables: 14P (narrow cable) and 16P (wide cable)
  • Please ensure you use the 14P (narrow cable) for resistive screens
Important Notice
  • The screen does not support hot-plugging. Please perform wiring operations in a completely powered-off state
  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 IP address via a browser, for example: http://192.168.6.110/

fluidd interface operation: Uncheck "Filter hidden files and folders"

Loading...

mainsail interface operation: 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 text 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 the reference after modification
screen=fly-tft-v2-r
  • Also modify the following
klipper_screen=0
fly_screen=1
Loading...
  1. After saving the changes
Important Notice

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

Loading...