Screen Wiring and Configuration
Screen Wiring
Important Safety Notice
- When connecting a TFT or HDMI screen using an FPC cable, always operate with the device completely powered off to prevent screen damage.
- When wiring the TFT screen, carefully verify the insertion direction of the FPC cable to avoid device malfunction due to reverse 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, be sure to 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 the TFT V2 G2T screen, be sure to use the
16P (wide cable).
- Installing the G2T adapter board and TFT screen
Loading... |
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 item according to the screen type
- TFT-V1 Resistive Screen Configuration
- TFT-V2 Resistive Screen Configuration
- TFT-V2 Capacitive Screen Configuration
- HDMI Screen Configuration
- Change
screen=tofly-tft-v1 - Change
klipper_screen=0toklipper_screen=1 - Below is a reference after modification
screen=fly-tft-v1
- Also modify
klipper_screen=1
Loading...
- Change
screen=tofly-tft-v2-r - Change
klipper_screen=0toklipper_screen=1 - Below is a reference after modification
screen=fly-tft-v2-r
- Also modify
klipper_screen=1
Loading...
- Change
screen=tofly-tft-v2-c - Change
klipper_screen=0toklipper_screen=1 - Below is a reference after modification
screen=fly-tft-v2-c
- Also modify
klipper_screen=1
- Change
screen=tohdmi - Change
klipper_screen=0toklipper_screen=1 - Below is a reference after modification
screen=hdmi
- Also modify
klipper_screen=1
Configuration Notes
- Ensure the DIP switch on the back of the screen is set correctly: set to
Resifor resistive screens andCapfor capacitive screens. - The configuration file format must be
key=value, with 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 Notice
After modifying the configuration, restart the system for the changes to take effect.
Loading...