Screen Wiring and Configuration
C5 Screen Wiring
Power Off Operation
Before starting, completely shut down the printer and disconnect the power supply. Do not plug or unplug harnesses, arrange interface wiring, or touch terminals while the power is on.
When connecting a TFT or HDMI screen, carefully confirm the direction of the FPC cable; when connecting a serial screen, ensure the 5V, GND, TX, and RX connections are correct.
- TFT Screen Wiring
- HDMI FPC All-in-One Wiring
- HDMI Standard Wiring
- Serial Screen Wiring
- Nova 3.5 Wiring
TFT Screen Wiring and Configuration
Tip
- For resistive touch screens, set the DIP switch to
Resi - For capacitive touch screens, set the DIP switch to
Cap
Loading...
HDMI FPC All-in-One Wiring
Loading...
HDMI Standard Wiring
Loading...
Serial Screen Wiring
- Using this function requires flashing the serial firmware
- 7-inch Screen Serial Firmware Download
- 5-inch Screen Serial Firmware Download
Loading...
Nova 3.5 Wiring
Nova 3.5 communicates with C5 via UART. When wiring, ensure TX and RX are crossed, and avoid reversing 5V and GND.
Loading...
Important Notes
Configuration Notes
- It is recommended to use the
mainsailorfluiddweb interface for configuration modifications - Please do not enable the web page translation function, as it may cause the system to fail to start properly
- Do not input Chinese characters or special symbols in the configuration file
- After modifying the configuration file, the system needs to be restarted for the changes to take effect
Important Warning
- Do not modify any content below
######### PLEASE DO NOT EDIT THE FOLLOWING #########in the configuration file
Configuration File Modification Methods
Modify Configuration File After Burning
- Configuration items that only take effect on first boot must be modified after burning 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's web configuration page and will take effect after a restart.
- Access the device IP address via browser, for example:
http://192.168.1.2/
Loading... |
Loading... |
- Enter the displayed
.flyos-configfolder and find thesys-config.confconfiguration file
Loading...
- Edit the
sys-config.conffile. This file is a symbolic link to theconfig.txtconfiguration file in the removable diskFlyOS-Conf
Loading...
- Save the file after modifying configuration items
Important Note
After modifying the configuration, restart the system for it to take effect
Configuration Format Explanation
- The configuration file format must be
key=value, do not change it tokey: valueor other formats - 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
- Need to change the value after
screen=tofly-tft-v2-r - To use FLY Screen, set
klipper_screen=0; ifklipper_screen=1andfly_screen=1are both enabled, KlipperScreen will be used by default - Need to change
fly_screen=0tofly_screen=1 - Below is a reference after modification
screen=fly-tft-v2-r
- Also need to modify
klipper_screen=0
fly_screen=1
Loading...
- Need to change the value after
screen=tofly-tft-v2-c - To use FLY Screen, set
klipper_screen=0; ifklipper_screen=1andfly_screen=1are both enabled, KlipperScreen will be used by default - Need to change
fly_screen=0tofly_screen=1 - Below is a reference after modification
screen=fly-tft-v2-c
- Also need to modify
klipper_screen=0
fly_screen=1
Loading...
- Need to change the value after
screen=tohdmi - To use FLY Screen, set
klipper_screen=0; ifklipper_screen=1andfly_screen=1are both enabled, KlipperScreen will be used by default - Need to change
fly_screen=0tofly_screen=1 - Below is a reference after modification
screen=hdmi
- Also need to modify
klipper_screen=0
fly_screen=1
Loading...
- Serial screens use
moon2uartcommunication, need to change the0aftermoon2uartto1 - Nova 3.5 and WiScreen in serial mode do not use the FLY Screen local screen service; confirm that
klipper_screen=0andfly_screen=0remain off - Below is a reference after modification
moon2uart=1
klipper_screen=0
fly_screen=0
Loading...
Loading...