Screen Wiring and Configuration
Screen Wiring
Important Safety Notice
- When connecting a TFT or HDMI screen with an FPC cable, ensure the device is completely powered off to prevent screen damage.
- For TFT screens, carefully confirm the insertion direction of the FPC cable to avoid reverse connection and device malfunction.
- TFT Resistive Screen Wiring
- HDMI Wiring
TFT Resistive Screen Wiring
Tip
- The TFT screen package includes two FPC cables:
14P (narrow cable)and16P (wide cable). - For
lite2, you must use the14P (narrow cable).
Loading... |
Loading... |
Screen Configuration
FLYOS-FAST System Screen Configuration
- Access the device IP address in 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 modify the corresponding configuration items based on the screen type
- TFT Resistive Screen Configuration
- HDMI Screen Configuration
- Change
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 a reference after modification
board=fly-lite2
screen=fly-tft-v1
- Also need to modify
klipper_screen=0
fly_screen=1
Loading...
- Change
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 a reference after modification
screen=hdmi
- Also need to modify
klipper_screen=0
fly_screen=1
Configuration Notes
- Ensure the DIP switch on the back of the screen is correctly set: Set it to
Resifor resistive screens. - The configuration file format must be
key=value, with no spaces after the equals sign. - Do not modify the configuration file format arbitrarily, or the configuration will not take effect.
- After saving the configuration
Important Notice
After modifying the configuration, please restart the system for the changes to take effect.
Loading...