Skip to main content

Screen Wiring and Configuration

Screen Wiring

Power Off Operation

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

When connecting TFT or HDMI screens, carefully confirm the direction of the FPC ribbon cable; when connecting serial screens, ensure the 5V, GND, TX, and RX wiring is correct.

TFT-V2 Screen Wiring

Tip

TFT Screen Connection and Configuration Notes

  • Ribbon Cable Selection: The package includes two FPC ribbon cables: 14P (narrow ribbon cable) and 16P (wide ribbon cable). The FLY-Pi V3 must use the 16P wide ribbon cable.
  • Touch Mode Switch: Correctly set the DIP switch on the back according to the screen type:
  • When using a Resistive Touch Screen, switch to the Resi position.
  • When using a Capacitive Touch Screen, switch 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 IP address via a browser, e.g., 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 choose the corresponding configuration method based on the screen type:
  • Modify screen= to fly-tft-v2-r
  • To use FLY Screen, set klipper_screen=0; if klipper_screen=1 and fly_screen=1 are both enabled, KlipperScreen will be used by default
  • Change fly_screen=0 to fly_screen=1
  • Below is a reference after modification
screen=fly-tft-v2-r
  • Also modify
klipper_screen=0
fly_screen=1
Loading...
Important Note

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

Loading...