Screen Wiring and Configuration
Screen Wiring
Important Safety Notice
- When connecting TFT or HDMI screens using FPC cables, always operate with the power completely off to prevent screen damage.
- When wiring TFT screens, carefully confirm the insertion direction of the FPC cable to avoid device malfunction caused by reversed connection.
- TFT Resistive Screen Wiring
- TFT V2 G2T Screen Wiring
- HDMI Wiring
TFT Resistive Screen Wiring
Tip
- The TFT screen package includes two FPC cables:
14P (narrow cable)and16P (wide cable). - For resistive screens, always use the
14P (narrow cable).
- FLY-Pi V2 TFT Resistive Screen Wiring
Loading...
TFT V2 G2T Screen Wiring
Tip
- The TFT screen package includes two FPC cables:
14P (narrow cable)and16P (wide cable). - For TFT V2 G2T screens, always use the
16P (wide cable).
- G2T Adapter Board and TFT Screen Installation
Loading... |
Loading... |
HDMI Wiring
FLY-HDMI-LCD5Screen Wiring Methods
Wiring Method One Loading... | Wiring Method Two Loading... |
Screen Configuration
FLYOS-FAST System Screen Configuration
- Access the device IP address via browser, e.g.,
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 based on the screen type.
- TFT-V1 Resistive Screen Configuration
- TFT-V2 Resistive Screen Configuration
- TFT-V2 Capacitive Screen Configuration
- HDMI Screen Configuration
- Change the value after
screen=tofly-tft-v1 - Change
klipper_screen=0toklipper_screen=1 - Reference configuration after modification:
screen=fly-tft-v1
- Also need to modify:
klipper_screen=1
Loading...
- Change the value after
screen=tofly-tft-v2-r - Change
klipper_screen=0toklipper_screen=1 - Reference configuration after modification:
screen=fly-tft-v2-r
- Also need to modify:
klipper_screen=1
Loading...
- Change the value after
screen=tofly-tft-v2-c - Change
klipper_screen=0toklipper_screen=1 - Reference configuration after modification:
screen=fly-tft-v2-c
- Also need to modify:
klipper_screen=1
- Change the value after
screen=tohdmi - Change
klipper_screen=0toklipper_screen=1 - Reference configuration after modification:
screen=hdmi
- Also need to modify:
klipper_screen=1
Configuration Notes
- Ensure the DIP switch on the back of the screen is correctly set:
Resifor resistive screens,Capfor 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, restart the system for the changes to take effect.
Loading...