Screen Wiring and Configuration
Screen Wiring
- TFT Resistive Screen Wiring
- TFT V1 Using Cable Wiring
- HDMI Wiring
TFT Resistive Screen Wiring
tip
- The packaging of the TFT screen will include two FPC cables, one is
14P (narrow)
, and the other is16P (wide)
- Please use
14P (narrow)
for the resistive screen!!!
- FLY-Pi TFT Resistive Screen Wiring

TFT Resistive Screen Wiring
tip
- Pay attention to the wiring order!
- Install G2T and TFT screen
![]() |
![]() |
Screen Configuration
- FLYOS-FAST System - Screen Configuration
- FLYOS-Armbian System - Screen Configuration
FLYOS-FAST System - Screen Configuration
-
Open the device IP address in the browser, for example:
http://192.168.6.110/
fluidd
as shown in the figure:uncheck
->filter hidden files and folders
.mainsail
as shown in the figure:check
->show hidden files
. -
At this point, you can see the
.flyos-config
folder, entering this folder will have thesys-config.conf
file.

- Open the
sys-config.conf
file, modify the configuration items you need to change,save
->close
to complete.
warning
- Configure
HDMI screen
as:hdmi
note that there must be no space after=
- Configure
resistive screen
as:fly-tft-v1
note that there must be no space after=
, please confirm that the dip switch on the back of the screen is set toResi
- Configure
klipper_screen
as:1
note that there must be no space after=
- Note: The format of configuration items in the
sys-config.conf
file iskey=value
, do not modify the format arbitrarily!!! Otherwise, the configuration will not take effect!!!

- After modifying and saving,
restart the system
to take effect.
FLYOS-Armbian System - Screen Configuration
info
- Connect the host computer to WiFi, and after obtaining the IP of the host computer, enter
IP+:9999
in the browser to access FLY TOOLS for screen-related configurations - For example, if the IP address of your host computer is
192.168.6.110
, you need to enter192.168.6.110:9999
in the browser
- Open FLY TOOLS, follow the steps shown in the figure below,
enable Klipper Screen
,select the screen model
, click the pink button at the bottom rightsave configuration
, then restart the host computer to take effect!
warning
- For
resistive screen
: selectfly-tft-v1
, please confirm that the dip switch on the back of the screen is set toResi
![]() |
![]() |
- After saving the configuration, restart the host computer to take effect.
Loading...