Screen Connection and Configuration
Screen Connection
Important Safety Tips
- When connecting a TFT or HDMI screen using an FPC cable, ensure you operate with complete power off to prevent screen damage.
- When connecting a TFT screen, carefully verify the insertion direction of the FPC cable to avoid device malfunction due to reverse connection.
- TFT Screen Connection
- HDMI Connection
- Serial Screen Connection
TFT Screen Connection and Configuration
Tip
- For resistive screens, set the DIP switch to
Resi. - For capacitive screens, set the DIP switch to
Cap.
Loading...
HDMI Connection Method
Connection Method 1 Loading... | Connection Method 2 Loading... |
Serial Screen Connection
- Using this feature requires flashing the serial firmware.
- 7-inch Screen Serial Firmware Download
- 5-inch Screen Serial Firmware Download
Loading...
Important Notes
Configuration Precautions
- It is recommended to use the
mainsailorfluiddweb interface for configuration modifications. - Do not enable the webpage translation function, as it may prevent the system from starting normally.
- Do not input Chinese characters or special characters in the configuration file.
- After modifying the configuration file, you need to restart the system for the changes to take effect.
Important Warning
- Do not modify the content below
######### PLEASE DO NOT EDIT THE FOLLOWING #########in the configuration file.
Configuration File Modification Methods
Modify Configuration File After Flashing
- Configuration items that only take effect on first boot must be modified after flashing by opening the
config.txtfile in the removable diskFlyOS-Confusing a professional text editor.
Online Configuration Modification After System Boot
- General configuration items can be modified on the system web configuration page and will take effect after a restart.
- Access the device IP address via a browser, for example:
http://192.168.1.2/
Loading... |
Loading... |
- Enter the displayed
.flyos-configfolder and locate thesys-config.confconfiguration file.
Loading...
- Edit the
sys-config.conffile. This file is a symbolic link to theconfig.txtconfiguration file on the removable diskFlyOS-Conf.
Loading...
- Save the file after modifying the configuration items.
Important Note
After modifying the configuration, restart the system for the changes to take effect.
Configuration Format Explanation
- The configuration file format must be
key=value. Do not change it tokey: valueor any other format. - Do not add spaces before or after the equals sign.
Screen Configuration
- 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...
- Change
moon2uart=from0to1 - Ensure
klipper_screen=0andfly_screen=0remain disabled - Reference after modification
moon2uart=1
klipper_screen=0
fly_screen=0
Loading...
Loading...