Screen Wiring and Configuration
Screen Wiring
Important Safety Notes
- When connecting a TFT or HDMI screen using an FPC cable, ensure the device is completely powered off to prevent screen damage
- For TFT screens, carefully confirm the insertion direction of the FPC cable to avoid reverse connection and device malfunction
- TFT Screen Wiring
- HDMI Wiring
Screen Configuration
FLYOS-FAST System Screen Configuration
- Access the device's IP address via a browser, e.g.,
http://192.168.6.110/
Loading... |
Loading... |
- Enter the displayed
.flyos-configfolder and locate thesys-config.confconfiguration file
Loading...
- Edit the
sys-config.conffile and modify the corresponding configuration items based on the screen type
- TFT Resistive Screen Configuration
- TFT Capacitive Screen Configuration
- HDMI Screen Configuration
- Change
screen=tofly-tft-v2-r - Change
klipper_screen=0toklipper_screen=1 - Below is a reference after modification
board=fly-lite2.1
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
board=fly-lite2.1
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 correctly set: 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, or the configuration will not take effect
- After saving the configuration
Important Note
After modifying the configuration, restart the system for it to take effect
Loading...