# 點陣模式

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

沿用microbit的5x5 led點陣，並且擴展了8x8模式。在學習全彩屏幕模式之前，也可以先通過點陣模式精簡的像素量。

#### 參考程式1: 顯示圖像

<figure><img src="/files/ZAmV9fZkMMHJm3NqBHSb" alt="" width="210"><figcaption></figcaption></figure>

#### 參考程式2: 顯示文字

<figure><img src="/files/xgg9MBvuF7Ok0m4xZIyq" alt="" width="190"><figcaption></figcaption></figure>

#### 參考程式3: 結合循環

<figure><img src="/files/IitRdgb6GGUHlu81xvk8" alt="" width="375"><figcaption></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://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/matrix.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.
