# Disable Touchscreen

There are various reasons on why you may want to disable the touchscreen. Unintentional touches during a flight could change your model configuration which can be a risk.

Therefore we can create a [global function](/color-radios/radio-settings/global-functions.md) or[ special function](/color-radios/model-settings/special-functions.md) using the **No Touch** feature to disable and enable the touch feature. While global functions apply to all models, the special function is defined on individual models.

## Disable touch screen with a global function

In the following example we use switch SF to disable the touch screen with a global function.

<figure><img src="/files/XF7nDPE5zIWFD8NXQxXs" alt=""><figcaption><p>create a global function to disable touch with switch SF</p></figcaption></figure>

<figure><img src="/files/PLUSVdeLqmJDFpe26ePw" alt=""><figcaption><p>show the global function</p></figcaption></figure>

## Disable touch screen with a special function

Customizable switches or logical switches cannot be used in global functions. But we can use a special function to enable and disable the touch screen with a customizable switch.

<figure><img src="/files/nuvVhmBe4sLM2zhHlu5V" alt=""><figcaption><p>setup of customizable switches</p></figcaption></figure>

<figure><img src="/files/x2Knv11r2jkCTaMkpeTm" alt=""><figcaption><p>create a special function to disable touch with SW1</p></figcaption></figure>

<figure><img src="/files/qcofH7lPFI0QaqOEhmYQ" alt=""><figcaption><p>list of special functions</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://manual.edgetx.org/edgetx-how-to/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.
