Skip to main content

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 and Configuration

Tip
  • For resistive screens, set the DIP switch to Resi
  • For capacitive screens, set the DIP switch to Cap
Loading...

Important Notes

Configuration Precautions
  • It is recommended to use the mainsail or fluidd web interface for configuration modifications
  • Please do not enable the web page translation feature, as it may prevent the system from starting properly
  • Do not enter Chinese characters or special characters in the configuration file
  • After modifying the configuration file, the system needs to be restarted for 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

Modifying the Configuration File After Flashing

  • Configuration items that are effective only on the first boot must be modified using a professional text editor in the config.txt file located in the removable disk FlyOS-Conf after flashing is complete

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
  1. Access the device IP address via a browser, e.g., http://192.168.1.2/

fluidd Interface: Uncheck "Filter hidden files and folders"

Loading...

mainsail Interface: Check "Show hidden files"

Loading...
  1. Navigate into the displayed .flyos-config folder and find the sys-config.conf configuration file
Loading...
  1. Edit the sys-config.conf file, which is a symbolic link to the config.txt configuration file on the removable disk FlyOS-Conf
Loading...
  1. Save the file after modifying the configuration items
Important Note

After modifying the configuration, restart the system for the changes to take effect

Configuration Format Explanation
  • The configuration file format must be key=value. Do not change it to key: value or any other format
  • Do not add spaces before or after the equals sign

Screen Configuration

  • Change screen= to fly-tft-v2-r
  • Change klipper_screen=0 to klipper_screen=1
  • Below is a reference after modification
screen=fly-tft-v2-r
  • Also need to modify
klipper_screen=1
Loading...
Loading...