> For the complete documentation index, see [llms.txt](https://docs.sevenpens.com/drawtab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sevenpens.com/drawtab/core/pressure/pen-pressure-curves/pressure-curves-in-drivers.md).

# Driver pressure curves

## Overview

Tablet drivers offer a UX to see and modify pen pressure curves. Below you'll see how to access this UX in various tablet drivers.

{% hint style="info" %}
Before you start playing with pressure curves, make sure you know what they are and what kinds of problems they are intended to solve. More here: [Pen pressure curves](/drawtab/core/pressure/pen-pressure-curves.md)
{% endhint %}

## Huion > HuionTablet pressure curve

* Open the **HuionTablet** app
* Click on **Digital Pen**
* Click on **Pressure Sensitivity** Adjustment

## Wacom > Wacom Tablet Properties pressure curve

* Launch **Wacom Tablet Properties**
* Under **Tool**, select a **Pen**
* Select **Mapping**
* The **Tip Feel** slider setting controls the pressure curve. So you can change the pressure curve, with this slider though you cannot see it.
* SOME Wacom tablets offer a **Customize** button under the **Tip Feel** setting
* If you click on **Customize**, then the **Pen Feel Details** dialog will launch
* In the **Pen Feels Details**, you can see and modify the pressure curve

## Wacom > Wacom Center pressure curve

* Only some Wacom tablets have a pressure curve in Wacom Center.
* For older tablets, Wacom Center will send you back to the Wacom Tablet Properties app.
* For newer tablets such as the Intuos Pro 2025 series, Wacom Center has built-in UX for pressure curves.
* If you are using one of these newer tablets ...
* Open **Wacom Center**
* Select the **Tablet** and the **Pen**
* The **Tip Sensitivity** slider setting controls the pressure curve. So you can change the pressure curve with this slider, though you cannot see it directly.
* Click **Advanced** and you can see a visualization of **Tip Sensitivity** and edit the pressure curve.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sevenpens.com/drawtab/core/pressure/pen-pressure-curves/pressure-curves-in-drivers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
