Screen Wiring and Configuration
Screen Wiring
Important Safety Note
- When connecting a TFT or HDMI screen using an FPC cable, ensure the device is completely powered 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 reverse 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). The16P wide cablemust be used for the FLY-Pi V3. - Touch Mode Switch: Correctly set the DIP switch on the back according to the screen type:
- For resistive touch screens, switch to the
Resiposition. - For capacitive touch screens, switch to the
Capposition. - Incorrect settings will cause touch functionality to fail.
- FLY-Pi V3 TFT Screen Wiring Diagram
Loading...
Serial Screen Wiring
- Serial firmware needs to be flashed to use this function.
- 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 a browser, e.g.,
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. - To use FLY Screen, set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled, KlipperScreen will be used by default. - Change
fly_screen=0tofly_screen=1. - Reference after modification:
screen=fly-tft-v2-r
- Also modify:
klipper_screen=0
fly_screen=1
Loading...
- Modify
screen=tofly-tft-v2-c. - To use FLY Screen, set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled, KlipperScreen will be used by default. - Change
fly_screen=0tofly_screen=1. - Reference after modification:
screen=fly-tft-v2-c
- Also modify:
klipper_screen=0
fly_screen=1
Loading...
- Modify
screen=tohdmi. - To use FLY Screen, set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled, KlipperScreen will be used by default. - Change
fly_screen=0tofly_screen=1. - Reference after modification:
screen=hdmi
- Also modify:
klipper_screen=0
fly_screen=1
Loading...
- Modify
moon2uartfollowed by0to1. - Reference after modification:
moon2uart=1
Loading...
Important Note
After modifying the configuration, save the file and restart the system for the changes to take effect.
Loading...