Screen Wiring and Configuration
Screen Wiring
Important Safety Notice
- When connecting a TFT or HDMI screen using an FPC cable, please ensure the operation is performed in a completely power-off state to prevent screen damage.
- When wiring the TFT screen, carefully confirm the insertion direction of the FPC cable to avoid device malfunction caused by reverse connection.
- TFT V1 Cable Wiring
- HDMI Wiring
TFT Resistive Screen FPC Cable Wiring
Tip
- Please pay attention to the cable connection sequence to ensure proper alignment.
- TFT screen installation diagram
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 a browser, for example:
http://192.168.6.110/
Loading... |
Loading... |
- Enter the displayed
.flyos-configfolder and locate thesys-config.confconfiguration file
Loading...
- Edit the
sys-config.conffile and modify the corresponding configuration items according to the screen type
- TFT Resistive Screen Configuration Method
- HDMI Screen Configuration Method
- Change the value after
screen=tofly-tft-v1 - 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 - Below is the reference after modification
screen=fly-tft-v1
- Additionally, modify
klipper_screen=0
fly_screen=1
Loading...
- Change the value after
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 - Below is the reference after modification
screen=hdmi
- Additionally, modify
klipper_screen=0
fly_screen=1
Configuration Notes
- Please verify that the DIP switch on the back of the screen is set correctly: for resistive screens, switch it to
Resi - The configuration file format must be
key=value, with no spaces after the equals sign - Do not modify the configuration file format on your own, otherwise the configuration will not take effect
- After saving the configuration
Important Note
After modifying the configuration, please restart the system for the changes to take effect.
Loading...