Screen Wiring
Power Off Before Operation
Before starting, completely turn off the printer and disconnect the power supply. Do not plug or unplug cable harnesses, organize interface wiring, or touch terminals while the printer is powered on.
When connecting a TFT or HDMI screen, carefully confirm the direction of the FPC cable to avoid reverse insertion which may cause equipment failure.
- TFT resistor touchscreen wiring
- TFT V1 cable wiring
- HDMI wiring
TFT Resistive Screen Wiring
Tip
- TFT screen cable specification:
FPC 软排线-14P-反向-0.5mm-400mm - For resistive screens, be sure to use the
14Pcable
Loading... |
Loading... |
TFT Resistive Screen Cable Wiring
Tip
- Please pay attention to the cable connection sequence to ensure correct alignment
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 diagram
Loading...
Screen Configuration
FLYOS-FAST System Screen Configuration
- Access the device IP address via 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 resistive touchscreen configuration method
- HDMI screen configuration method
- You need to change the part after
screen=tofly-tft-v1 - If you want to use FLY Screen, you need to set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled, KlipperScreen is enabled by default - You need to change
fly_screen=0tofly_screen=1 - Below is a reference after modification
screen=fly-tft-v1
- At the same time, you need to modify
klipper_screen=0
fly_screen=1
Loading...
- You need to change the part after
screen=tohdmi - If you want to use FLY Screen, you need to set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled, KlipperScreen is enabled by default - You need to change
fly_screen=0tofly_screen=1 - Below is a reference after modification
screen=hdmi
- At the same time, you need to modify
klipper_screen=0
fly_screen=1
Configuration Notes
- Please confirm the DIP switch on the back of the screen is set correctly: for resistive screens, set it to
Resi - The configuration file format must be
key=value, and there must 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...