Skip to main content

Screen Wiring and Configuration

Screen Wiring

Power Off Before Proceeding

Before starting, completely shut down the printer and disconnect the power supply. Do not connect or disconnect wiring harnesses, organize interface cable routing, or touch terminals while the power is on.

When connecting a TFT or HDMI screen, carefully confirm the orientation of the FPC cable; when connecting a serial screen, ensure that the 5V, GND, TX, and RX connections are correct.

TFT-V2 Screen Wiring

Tip

TFT Screen Connection and Configuration Notes

  • Wire Selection:The FLY-Pi V3 must use a reverse FPC cable with the specification FPC 软排线-16P-反向-0.5mm-400mm.
  • Touch Mode Toggle:Set the DIP switch on the back correctly according to the screen type:
  • When using Resistive touchscreen, set it to the Resi position.
  • When using Capacitive touchscreen, set it to the Cap position.
  • Incorrect settings will cause the touch function to fail.
  1. FLY-Pi V3 TFT screen wiring diagram
Loading...

Screen Configuration

FLYOS-FAST System Screen Configuration

  1. Access the device's 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. Edit the sys-config.conf file and select the corresponding configuration method based on the screen type:
  • Modify the value after screen= to fly-tft-v2-r
  • To use FLY Screen, klipper_screen=0 needs to be set; if klipper_screen=1 and fly_screen=1 are both enabled, KlipperScreen will be activated by default
  • Modify fly_screen=0 to fly_screen=1
  • Below is a reference after modification
screen=fly-tft-v2-r
  • Additionally, modify
klipper_screen=0
fly_screen=1
Loading...
Important Note

After modifying the configuration, save the file and restart the system for the changes to take effect.

Loading...