Screen Wiring and Configuration
Screen Wiring
Before starting, completely shut down the printer and disconnect the power supply. Do not plug or unplug wire harnesses, rearrange interface cable routing, or touch terminals while the power is on.
When connecting a TFT or HDMI screen, carefully verify the orientation of the FPC cable; when connecting a serial screen, verify that the 5V, GND, TX, and RX wiring is correct.
- TFT screen wiring
- HDMI wiring
- Serial screen wiring
- Nova 3.5 wiring
TFT Screen Wiring and Configuration
- FLY-C8P TFT screen cable specifications:
FPC 软排线-16P-反向-0.5mm-400mm - FLY-C8P must use a
16Pcable - For resistive screens, set the DIP switch to
Resi - For capacitive screens, set the DIP switch to
Cap
HDMI Wiring Method
When using the FPC-HDMI interface to connect a FLY HDMI screen, please use the following specifications:
- FPC specification:
FPC flexible flat cable - 25P - reverse - 0.5mm - 1 meter
Standard HDMI interface connections do not require this FPC cable.
Wiring Method One Loading... | Wiring Method Two Loading... |
Serial Screen Wiring
- Using this feature requires flashing the serial firmware
- 7-inch screen serial firmware download
- 5-inch screen serial firmware download
Nova 3.5 Wiring
Nova 3.5 communicates with the C8P via UART. When wiring, confirm that TX and RX are cross-connected, and avoid reversing 5V and GND.
Important Notes
- It is recommended to use the
mainsailorfluiddweb interface to modify configurations - Do not enable the web page translation feature, as it may prevent the system from booting properly
- Do not enter Chinese characters or special characters in the configuration file
- After modifying the configuration file, the system must be restarted for changes to take effect
- Do not modify the content above
######### PLEASE DO NOT EDIT THE FOLLOWING #########in the configuration file
How to Modify the Configuration File
Modifying the Configuration File After Flashing
- Configuration items that only take effect during First launch must be modified after flashing is complete using a professional text editor to open the configuration file
config.txtin the removable diskFlyOS-Conf
Online Configuration Modification After System Boot
- Regular configuration items can be modified on the system's web configuration page and take effect after a reboot
- Access the device IP address via a browser, e.g.,
http://192.168.1.2/
Loading... |
Loading... |
- Enter the displayed
.flyos-configfolder and locate thesys-config.confconfiguration file
- Edit the
sys-config.conffile, which is a symbolic link to theconfig.txtconfiguration file in the removable diskFlyOS-Conf
- Save the file after modifying the configuration items
After modifying the configuration, restart the system for the changes to take effect
- The configuration file format must be
key=value; do not change it tokey: valueor any other format - Do not add spaces around the equals sign
Screen Configuration
- TFT resistive touch screen configuration
- TFT capacitive touch screen configuration
- HDMI screen configuration
- Serial screen configuration.
- Change the content after
screen=tofly-tft-v2-r - To use FLY Screen, set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled, KlipperScreen takes precedence by default - 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
- Change the content after
screen=tofly-tft-v2-c - To use FLY Screen, set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled, KlipperScreen takes precedence by default - 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
- Change the content after
screen=tohdmi - To use FLY Screen, set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled, KlipperScreen takes precedence 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
- The serial screen communicates using
moon2uart; change0aftermoon2uartto1 - Nova 3.5 and WiScreen serial modes do not use the FLY Screen local screen service; ensure
klipper_screen=0andfly_screen=0remain disabled - Below is a reference after modification
moon2uart=1
klipper_screen=0
fly_screen=0