Screen Wiring and Configuration
Screen Wiring
Power Off Before Operating
Before starting, completely shut down the printer and disconnect the power supply. Do not plug or unplug cables, organize connector wiring, or touch terminals while the device is powered on.
When connecting a TFT or HDMI screen, carefully confirm the orientation of the FPC cable to avoid device failure due to reverse connection.
- TFT resistor touchscreen wiring
- TFT V2 G2T screen wiring
- HDMI cabling
TFT Resistive Screen Wiring
Tip
- TFT screen cable specification:
FPC 软排线-14P-反向-0.5mm-400mm - For resistive screens, please ensure you use the
14Pcable
- FLY-Pi V2 TFT resistive screen wiring
Loading...
TFT V2 G2T Screen Wiring
Tip
- TFT V2 G2T cable specification:
FPC 软排线-16P-反向-0.5mm-400mm - For TFT V2 G2T screens, please ensure you use the
16Pcable
- G2T adapter board and TFT screen installation
Loading... |
Loading... |
HDMI Wiring
HDMI FPC Cable Specifications
When using the FPC-HDMI interface to connect a FLY HDMI screen, please use the following specifications:
- FPC specification:
FPC flexible flat cable - 25P - reverse - 0.5mm - 1 meter
Standard HDMI interface connections do not require this FPC cable.
FLY-HDMI-LCD5screen wiring method
Wiring method 1 Loading... | Wiring method 2 Loading... |
Screen Configuration
FLYOS-FAST System Screen Configuration
- Access the device IP address via a browser, for example:
http://192.168.6.110/
Loading... |
Loading... |
- Enter the displayed
.flyos-configfolder and find thesys-config.confconfiguration file
Loading...
- Edit the
sys-config.conffile and modify the corresponding configuration items according to the screen type
- TFT-V1 resistive touchscreen configuration
- TFT-V2 resistive screen configuration
- TFT-V2 capacitive screen configuration
- HDMI screen configuration
- Change the value after
screen=tofly-tft-v1 - To use FLY Screen, you need to set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled, KlipperScreen is used by default - Change
fly_screen=0tofly_screen=1 - Below is a reference after modification
screen=fly-tft-v1
- Additionally, you need to modify
klipper_screen=0
fly_screen=1
Loading...
- Change the value after
screen=tofly-tft-v2-r - To use FLY Screen, you need to set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled, KlipperScreen is used by default - Change
fly_screen=0tofly_screen=1 - Below is a reference after modification
screen=fly-tft-v2-r
- Additionally, you need to modify
klipper_screen=0
fly_screen=1
Loading...
- Change the value after
screen=tofly-tft-v2-c - To use FLY Screen, you need to set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled, KlipperScreen is used by default - Change
fly_screen=0tofly_screen=1 - Below is a reference after modification
screen=fly-tft-v2-c
- Additionally, you need to modify
klipper_screen=0
fly_screen=1
- Change the value after
screen=tohdmi - To use FLY Screen, you need to set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled, KlipperScreen is used by default - Change
fly_screen=0tofly_screen=1 - Below is a reference after modification
screen=hdmi
- Additionally, you need to modify
klipper_screen=0
fly_screen=1
Configuration Precautions
- Please confirm the DIP switches on the back of the screen are set correctly: set to
Resifor resistive screens andCapfor capacitive screens - The configuration file format must be
key=value; there should be no spaces after the equals sign - Do not modify the configuration file format arbitrarily, otherwise the configuration will not take effect
- After saving the configuration
Important Note
After modifying the configuration, please restart the system to apply the changes
Loading...