# 禁用触摸屏

有多种原因可能导致您想要禁用触摸屏。在飞行过程中，意外触碰可能会改变您的模型配置，从而带来风险。

因此，我们可以创建一个[全局功能](/edgetx-user-manual/color-radios/radio-settings/global-functions.md)或[特殊功能](/edgetx-user-manual/color-radios/model-settings/special-functions.md)，使用 **No Touch** 功能来禁用和启用触摸功能。全局功能适用于所有模型，而特殊功能则在单个模型上定义。

## 使用全局功能禁用触摸屏

在以下示例中，我们使用开关 SF 通过全局功能禁用触摸屏。

<figure><img src="/files/RkKQHbhN0TfnLm4rU9Ne" alt=""><figcaption><p>创建一个全局功能以使用开关 SF 禁用触摸</p></figcaption></figure>

<figure><img src="/files/tbrORen8fwyxgqV1ra2V" alt=""><figcaption><p>显示全局功能</p></figcaption></figure>

## 使用特殊功能禁用触摸屏

自定义开关或逻辑开关不能用于全局功能。但我们可以使用特殊功能通过自定义开关启用和禁用触摸屏。

<figure><img src="/files/te7QYvBqFcmSXI3ba1jS" alt=""><figcaption><p>自定义开关的设置</p></figcaption></figure>

<figure><img src="/files/hmWosbEljwJct07oYr1d" alt=""><figcaption><p>创建一个特殊功能以使用 SW1 禁用触摸</p></figcaption></figure>

<figure><img src="/files/hmWosbEljwJct07oYr1d" alt=""><figcaption><p>特殊功能列表</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zkl2333.gitbook.io/edgetx-user-manual/edgetx-ru-he-cao-zuo/disable-touchscreen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
