Screen Wiring and Configuration
C5 Screen Wiring
Notes
- Turn off the power before connecting the screen to avoid damaging it.
- Pay attention to the FPC cable direction when wiring the screen to avoid damaging it.
- TFT Screen Wiring
- HDMI FPC One Cable Wiring
- HDMI Standard Wiring
- UART Screen Wiring Method
TFT screen wiring and configuration
tip
- Set the switch to
Resi
for resistive screens - Set the switch to
Cap
for capacitive screens



- Screen wiring

Important Notice
Note
- It is recommended to use the web pages
mainsail
orfluidd
for configuration changes - Do not open web page translation, otherwise the system may not start after saving
- It is best not to enter Chinese or special characters in the configuration file.
- After modifying the configuration file, the system needs to be restarted 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 web configuration page and restart the system to take effect.
- Open the device IP address in a browser, for example:
192.168.1.2/
- For fluidd, uncheck as shown on the left in the figure.
- For mainsail, check as shown on the right in the figure.
- 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 that need to be changed, thensave
->close
and restart.
- Note: The format of the configuration items in the
sys-config.conf
file iskey=value
, do not modify it tokey: value
. - After modifying and saving, restart the system 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
screen=
tofly-tft-v2-r
- Change
klipper_screen=0
toklipper_screen=1
- The following is a reference after modification
screen=fly-tft-v2-r
- And
klipper_screen=1

- Change
screen=
tofly-tft-v2-c
- Change
klipper_screen=0
toklipper_screen=1
- The following is a reference after modification
screen=fly-tft-v2-c
- And
klipper_screen=1

- Change
screen=
tohdmi
- Change
klipper_screen=0
toklipper_screen=1
- The following is a reference after modification
screen=hdmi
- And
klipper_screen=1

- Change the
0
aftermoon2uart
to1
- Change
klipper_screen=1
toklipper_screen=0
- The following is a reference after modification
moon2uart=1

Loading...