Screen Configuration
Screen Type Identification
Loading...
FLYOS-FAST System Screen Configuration
- Access the device IP address via a browser, for example:
http://192.168.6.110/
In the Loading... | In the Loading... |
- Enter the displayed
.flyos-configfolder and locate thesys-config.confconfiguration file
Loading...
- Edit the
sys-config.conffile and modify the corresponding configuration items according to the screen type
- Resistive Screen Configuration Method
- Capacitive Screen Configuration Method
- Change the value after
screen=tofly-minipad-r - To use FLY Screen, set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled, KlipperScreen will be enabled by default - Change
fly_screen=0tofly_screen=1 - Below is a reference after modification
screen=fly-minipad-r
- Additionally, modify the following
klipper_screen=0
fly_screen=1
- Change the value after
screen=tofly-minipad-c - To use FLY Screen, set
klipper_screen=0; if bothklipper_screen=1andfly_screen=1are enabled, KlipperScreen will be enabled by default - Change
fly_screen=0tofly_screen=1 - Below is a reference after modification
screen=fly-minipad-c
- Additionally, modify the following
klipper_screen=0
fly_screen=1
Configuration Notes
- The configuration file format must be
key=value, with no spaces after the equals sign - Do not modify the configuration file format arbitrarily, otherwise the configuration will not take effect
- After saving the configuration
Important Notice
After modifying the configuration, please restart the system for the changes to take effect.
Loading...