> For the complete documentation index, see [llms.txt](https://docs.lorric.com/qr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lorric.com/qr/fp-as310-english-v5/parameters/h-system.md).

# H System

<table data-header-hidden><thead><tr><th width="155.39996337890625"></th><th width="216.800048828125"></th><th width="436.59991455078125"></th></tr></thead><tbody><tr><td><strong>No.</strong></td><td><strong>Name</strong></td><td><strong>Description</strong></td></tr><tr><td>H02</td><td>LCD Bri.(LCD Brightness)</td><td>Set up brightness of LCD with 3 levels, default middle level.</td></tr><tr><td>H03</td><td>Green Light</td><td>Set up time of LCD green lighting with 3 durations, 10s, 60s, and always on.</td></tr><tr><td>H04</td><td>Language</td><td>Set up language. There are 2 languages:English, Traditional Chinese, default off.</td></tr><tr><td>H05</td><td>Paddle Init.(Paddle Initialization)</td><td>Press "Start" to initialize the paddle. User needs to rotate the paddle at least 20 rounds until the screen shows "Init. Succeed". If screens shows "Init. Failed", please try again. If the problem persists, please replace your paddle.</td></tr><tr><td>H06</td><td>Reset</td><td>Clear all the data (include date and cumulative data), reset all parameters to default values.</td></tr><tr><td>H07</td><td>Lock Device</td><td>Turn on the password function to prevent unauthorized access to the setting screen. The password can be changed in parameter H08, default off.</td></tr><tr><td>H08</td><td>Password</td><td>Modify the 4 digits password to prevent unauthorized access to the setting screen. The password function is enabled at parameter H07. The preset password is 0000.</td></tr><tr><td>H09</td><td>Engineer mode</td><td></td></tr><tr><td>H10</td><td>System Info</td><td>Displays system information to help users and the manufacturer verify the model, firmware version and Paddle condition.</td></tr><tr><td>H11</td><td>Home Page</td><td></td></tr></tbody></table>


---

# 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.lorric.com/qr/fp-as310-english-v5/parameters/h-system.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.
