Screen Wiring and Configuration
Screen Wiring
Important Safety Notice
- When connecting a TFT or HDMI screen using a FPC cable, always operate with the power completely off to prevent screen damage.
- When wiring a TFT screen, carefully confirm the insertion direction of the FPC cable to avoid device malfunction due to reversed connection.
- TFT-V2 Screen Wiring
- HDMI Wiring
- Serial Screen Wiring
TFT-V2 Screen Wiring
Tip
TFT Screen Connection and Configuration Notes
- Cable Selection: The package includes two FPC cables:
14P (narrow cable)and16P (wide cable). The FLY-Pi V3 must use the16P wide cable. - Touch Mode Switching: 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
Loading...
Serial Screen Wiring
- Using this feature requires flashing the serial firmware
- 7-inch Screen Serial Firmware Download
- 5-inch Screen Serial Firmware Download
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 select 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 - Change
klipper_screen=0toklipper_screen=1 - Below is the reference after modification
screen=fly-tft-v2-r
- Also modify
klipper_screen=1
Loading...
- Modify
screen=tofly-tft-v2-c - Change
klipper_screen=0toklipper_screen=1 - Below is the reference after modification
screen=fly-tft-v2-c
- Also modify
klipper_screen=1
Loading...
- Modify
screen=tohdmi - Change
klipper_screen=0toklipper_screen=1 - Below is the reference after modification
screen=hdmi
- Also modify
klipper_screen=1
Loading...
- Modify the
0aftermoon2uartto1 - Below is the reference after modification
moon2uart=1
Loading...
Important Notice
After modifying the configuration, save the file and restart the system for the changes to take effect.
Loading...