Screen Wiring and Configuration
Screen Wiring
Important Safety Notes
- When connecting TFT or HDMI screens using FPC cables, please ensure the operation is performed in the Complete power outage state to prevent screen damage.
- When wiring TFT screens, carefully verify the Insertion Direction of the FPC cable to avoid equipment malfunction caused by reversed cable connections.
- TFT resistor touch screen wiring
- C8 V1-V1.2 uses G2T wiring
- C8 V1.3 version
- HDMI wiring
Tip
- TFT screen cable specifications:
FPC 软排线-14P-反向-0.5mm-400mm - For resistive touch screens, please ensure you use the
14Pcable
Important Notes
- The screen does not support hot-swapping. Please perform wiring operations with the device completely powered off.
- FLY-C8 TFT resistive screen wiring
Loading... |
|
Tip
- The C8 V1-V1.2 versions require a G2T adapter board to use the TFT V2 capacitive screen.
- TFT V2 G2T cable specifications:
FPC 软排线-16P-反向-0.5mm-400mm - For the TFT V2 G2T screen, please ensure you use the
16Pcable
Important Notes
- The screen does not support hot-swapping. Please perform wiring operations with the device completely powered off.
- G2T and TFT screen installation
Loading... |
Loading... |
Tip
- TFT V2 G2T cable specifications:
FPC 软排线-16P-反向-0.5mm-400mm - For the TFT V2 G2T screen, please ensure you use the
16Pcable
Important Notes
- The screen does not support hot-swapping. Please perform wiring operations with the device completely powered off.
- G2T and TFT screen installation
- TFT screen installation diagram
Loading...
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
Important Notes
- When using FPC cables, the screen does not support hot-swapping. Please perform wiring operations with the device completely powered off.
Wiring Method 1 Loading... | Wiring Method 2 Loading... |
Screen Configuration
FLYOS-FAST System Screen Configuration
- Access the device's IP address via a browser, for example:
http://192.168.6.110/
In the Loading... | In the Loading... |
- Enter the displayed
.flyos-configfolder and find thesys-config.confconfiguration file
Loading...
- Open the
sys-config.conffile and select the corresponding configuration method based on your screen type:
- TFT resistive touch screen configuration method
- TFT capacitive screen configuration method
- HDMI screen configuration method
- Serial port screen configuration method
- You need to change the section after
screen=tofly-tft-v2-r - To use FLY Screen, you need to set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled simultaneously, KlipperScreen will be enabled by default - You need to change
fly_screen=0tofly_screen=1 - Below is a reference after making the changes
screen=fly-tft-v2-r
- Additionally, you need to modify
klipper_screen=0
fly_screen=1
Loading...
- You need to change the section after
screen=tofly-tft-v2-c - To use FLY Screen, you need to set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled simultaneously, KlipperScreen will be enabled by default - You need to change
fly_screen=0tofly_screen=1 - Below is a reference after making the changes
screen=fly-tft-v2-c
- Additionally, you need to modify
klipper_screen=0
fly_screen=1
Loading...
- You need to change the section after
screen=tohdmi - To use FLY Screen, you need to set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled simultaneously, KlipperScreen will be enabled by default - You need to change
fly_screen=0tofly_screen=1 - Below is a reference after making the changes
screen=hdmi
- Additionally, you need to modify
klipper_screen=0
fly_screen=1
Loading...
- You need to change
0aftermoon2uartto1 - You need to ensure that
klipper_screen=0andfly_screen=0remain disabled - Below is a reference after making the changes
moon2uart=1
klipper_screen=0
fly_screen=0
Loading...
- After modifying and saving
Important Note
After modifying the configuration, please restart the system for the changes to take effect
Loading...