Screen Wiring and Configuration
C5 Screen Wiring
Important Notes
- Please turn off the power before connecting the screen to avoid damage
- Pay attention to the FPC cable direction when connecting the screen to avoid damage
- TFT Screen Wiring
- HDMI FPC All-in-One Wiring
- HDMI Standard Wiring
- Serial Screen Wiring
TFT Screen Wiring and Configuration
Tip
- For resistive screens, set the DIP switch to
Resi - For capacitive screens, set the DIP switch to
Cap
Loading...
HDMI FPC All-in-One Wiring
Loading...
HDMI Standard Wiring
Loading...
Serial Screen Wiring
- Using this feature requires flashing serial firmware
- 7-inch Screen Serial Firmware Download
- 5-inch Screen Serial Firmware Download
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 prevent the system from starting normally
- Do not input Chinese characters or special characters 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 the content below
######### PLEASE DO NOT EDIT THE FOLLOWING #########in the configuration file
Configuration File Modification Methods
Modify Configuration File After Flashing
- Configuration items that take effect only on first boot must be modified by opening the configuration file
config.txtin the removable diskFlyOS-Confwith a professional text editor after flashing is complete.
Online Configuration Modification After System Boot
- General configuration items can be modified on the system's web configuration page and take effect after restart.
- Access the device IP address via a 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, which is a symbolic link to theconfig.txtconfiguration file on the removable diskFlyOS-Conf
Loading...
- Save the file after modifying the configuration items
Important Note
After modifying the configuration, please restart the system for the changes to take effect
Configuration Format Notes
- The configuration file format must be
key=value, do not change it tokey: valueor any other format - 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
- Change
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 - Change
fly_screen=0tofly_screen=1 - Below is the reference after modification
screen=fly-tft-v2-r
- Also need to modify
klipper_screen=0
fly_screen=1
Loading...
- Change
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 - Change
fly_screen=0tofly_screen=1 - Below is the reference after modification
screen=fly-tft-v2-c
- Also need to modify
klipper_screen=0
fly_screen=1
Loading...
- Change
screen=tohdmi - To use FLY Screen, set
klipper_screen=0; ifklipper_screen=1andfly_screen=1are both enabled, KlipperScreen will be used by default - Change
fly_screen=0tofly_screen=1 - Below is the reference after modification
screen=hdmi
- Also need to modify
klipper_screen=0
fly_screen=1
Loading...
- Change
moon2uartfrom0to1 - Ensure
klipper_screen=0andfly_screen=0remain disabled - Below is the reference after modification
moon2uart=1
klipper_screen=0
fly_screen=0
Loading...
Loading...