# Modify the number of led

WP-DLC01 support modification of the number of led, convenient for users to adapt to the corresponding want to light strip effect.

## Modification Method: Serial

Baud rate: 9600

Data bit: 8

Stop bit: 1

Parity: None

## Method 1: Serial Debug Tool

Send a data between 0 and 256 directly through the serial port without line feeds.&#x20;

* WP-DLC01 will return the new number of LEDs when correctly modified.

<figure><img src="/files/Ptx2m6kBCAFDLICygU77" alt=""><figcaption></figcaption></figure>

* When you enter a quantity less than 1, the system will indicate an error and revert to the default quantity of 120.

<figure><img src="/files/xEwyDiru5o71wfn6YEZ1" alt=""><figcaption></figcaption></figure>

* When you enter a quantity greater than 255, the system supports up to 255.

<figure><img src="/files/sIWdlt6IM4osRn1XlviC" alt=""><figcaption></figcaption></figure>

## Method 2: Web Tools （Chrome）

[Please use chrome browser to click this link](https://wisdpi.github.io/dynamiccontroller_webtools/)


---

# 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://wiki.wisdpi.com/computer/dynamic-lighting-controller/modify-the-number-of-led.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.
