Screen Wiring and Configuration
Screen Wiring
Before starting, completely shut down the printer and disconnect the power supply. Do not plug or unplug wire harnesses, organize interface wiring, or touch terminals while the power is on.
When connecting TFT or HDMI screens, carefully confirm the direction of the FPC ribbon cable; when connecting serial screens, ensure the 5V, GND, TX, and RX wiring is correct.
- TFT-V2 Screen Wiring
- HDMI Wiring
- Serial Screen Wiring
- Nova 3.5 Wiring
TFT-V2 Screen Wiring
TFT Screen Connection and Configuration Notes
- Ribbon Cable Selection: The package includes two FPC ribbon cables:
14P (narrow ribbon cable)and16P (wide ribbon cable). The FLY-Pi V3 must use the16P wide ribbon cable. - Touch Mode Switch: Correctly set the DIP switch on the back according to the screen type:
- When using a Resistive Touch Screen, switch to the
Resiposition. - When using a Capacitive Touch Screen, switch to the
Capposition. - Incorrect settings will cause the touch function to fail.
- FLY-Pi V3 TFT Screen Wiring Diagram
Serial Screen Wiring
- Using this function requires flashing the serial firmware.
- Seven-inch Screen Serial Firmware Download
- Five-inch Screen Serial Firmware Download
Nova 3.5 Wiring
Nova 3.5 communicates with Fly-Pi V3 via UART. When wiring, ensure TX and RX are connected crosswise, and avoid reversing 5V and GND.
Screen Configuration
FLYOS-FAST System Screen Configuration
- Access the device IP address via a browser, e.g.,
http://192.168.6.110/
Loading... |
Loading... |
- Enter the displayed
.flyos-configfolder and find thesys-config.confconfiguration file
- Edit the
sys-config.conffile and choose the corresponding configuration method based on the screen type:
- TFT Resistive Screen Configuration
- TFT Capacitive Screen Configuration
- HDMI Screen Configuration
- Serial Screen Configuration
- Modify
screen=tofly-tft-v2-r - To use FLY Screen, set
klipper_screen=0; ifklipper_screen=1andfly_screen=1are both enabled, KlipperScreen will be used by default - Change
fly_screen=0tofly_screen=1 - Below is a reference after modification
screen=fly-tft-v2-r
- Also modify
klipper_screen=0
fly_screen=1
- Modify
screen=tofly-tft-v2-c - To use FLY Screen, set
klipper_screen=0; ifklipper_screen=1andfly_screen=1are both enabled, KlipperScreen will be used by default - Change
fly_screen=0tofly_screen=1 - Below is a reference after modification
screen=fly-tft-v2-c
- Also modify
klipper_screen=0
fly_screen=1
- Modify
screen=tohdmi - To use FLY Screen, set
klipper_screen=0; ifklipper_screen=1andfly_screen=1are both enabled, KlipperScreen will be used by default - Change
fly_screen=0tofly_screen=1 - Below is a reference after modification
screen=hdmi
- Also modify
klipper_screen=0
fly_screen=1
- Serial screens use
moon2uartcommunication. Change0aftermoon2uartto1 - Nova 3.5 and WiScreen serial mode do not use the FLY Screen local screen service. Ensure
klipper_screen=0andfly_screen=0remain off - Below is a reference after modification
moon2uart=1
klipper_screen=0
fly_screen=0
After modifying the configuration, save the file and restart the system for the configuration to take effect.