Screen Connection and Configuration
Screen Connection
Important Safety Notice
- When connecting a TFT or HDMI screen using an FPC cable, always operate with the power completely off to prevent screen damage.
- When connecting a TFT screen, carefully confirm the insertion direction of the FPC cable to avoid equipment failure due to reverse connection.
- TFT Screen Connection
- HDMI Connection
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 locate thesys-config.confconfiguration file
Loading...
- Edit the
sys-config.conffile and modify the corresponding configuration items based on the screen type
- TFT Resistive Screen Configuration
- TFT Capacitive Screen Configuration
- HDMI Screen Configuration
- Change
screen=tofly-tft-v2-r - To use FLY Screen, set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled, KlipperScreen is used by default - Change
fly_screen=0tofly_screen=1 - Reference after modification below
board=fly-lite2.1
screen=fly-tft-v2-r
- Also modify
klipper_screen=0
fly_screen=1
Loading...
- Change
screen=tofly-tft-v2-c - To use FLY Screen, set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled, KlipperScreen is used by default - Change
fly_screen=0tofly_screen=1 - Reference after modification below
board=fly-lite2.1
screen=fly-tft-v2-c
- Also modify
klipper_screen=0
fly_screen=1
- Change
screen=tohdmi - To use FLY Screen, set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled, KlipperScreen is used by default - Change
fly_screen=0tofly_screen=1 - Reference after modification below
screen=hdmi
- Also modify
klipper_screen=0
fly_screen=1
Configuration Notes
- Ensure the DIP switch on the back of the screen is set correctly: Set to
Resifor resistive screens,Capfor capacitive screens. - The configuration file format must be
key=value, with no spaces after the equals sign. - Do not modify the configuration file format arbitrarily, otherwise the configuration will not take effect.
- After saving the configuration
Important Notice
After modifying the configuration, restart the system to apply the changes.
Loading...