Screen Wiring and Configuration
Screen Wiring
- TFT Screen Wiring
- HDMI Wiring
- UART Screen Wiring Method
-
TFT Screen Wiring and Configuration
tip- For resistive screens, set the switch to
Resi
- For capacitive screens, set the switch to
Cap
- For resistive screens, set the switch to
Wiring Method One ![]() | Wiring Method Two ![]() |
- Screen Wiring

Important Notice
Note
- It is recommended to use
mainsail
orfluidd
web pages for configuration changes - Do not open web translation, otherwise the system may not start after saving
- It is best not to input Chinese or special characters in the configuration file.
- After modifying the configuration file, you need to restart the system for it to take effect.
dangerous
- Do not modify the content below
######### PLEASE DO NOT EDIT THE FOLLOWING #########
in the configuration file.
How to Modify the Configuration File
Modify the Configuration File After Burning
- Configuration items that only take effect on the first startup must be modified by using a professional text editor to open the configuration file
config.txt
in the removable diskFlyOS-Conf
after burning.
Online Configuration Modification in the System
-
For general configuration items, modify them on the system's web configuration page and restart the system to make them effective.
- Open the device IP address in a browser, for example:
192.168.1.2/
- Fluidd: Uncheck the box as shown on the left in the picture -> "Show hidden files and folders".
- Mainsail: Check the box as shown on the right in the picture -> "Show hidden files".
- At this point, you can see the
.flyos-config
folder, entering this folder will have thesys-config.conf
file. - The
sys-config.conf
file is a soft link to the configuration fileconfig.txt
in the removable diskFlyOS-Conf
.
- Open the
sys-config.conf
file, modify the configuration items you need to change, thenSave
->Close
and restart.
- Note: The format of configuration items in the
sys-config.conf
file should bekey=value
, do not modify it tokey: value
. - After modifying and saving, restart the system for the changes to take effect.
- Open the device IP address in a browser, for example:
Screen Configuration
- TFT Resistive Screen Configuration Method
- TFT Capacitive Screen Configuration Method
- HDMI Screen Configuration Method
- UART Screen Configuration Method
- Change the part after
screen=
tofly-tft-v2-r
- Change
klipper_screen=0
toklipper_screen=1
- Below is the reference after modification
screen=fly-tft-v2-r
- And
klipper_screen=1

- Change the part after
screen=
tofly-tft-v2-c
- Change
klipper_screen=0
toklipper_screen=1
- Below is the reference after modification
screen=fly-tft-v2-c
- And
klipper_screen=1

- Change the part after
screen=
tohdmi
- Change
klipper_screen=0
toklipper_screen=1
- Below is the reference after modification
screen=hdmi
- And
klipper_screen=1

- Change the
0
aftermoon2uart
to1
- Change
klipper_screen=1
toklipper_screen=0
- Below is the reference after modification
moon2uart=1

Loading...