# Meowbit’s Display(Kittenblock)

Meowbit’s screen can be programmed to display various text or shapes.

### Kittenblock Coding Tutorial

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/kbbanner.png)

#### Blocks for controlling the screen

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/kb11_1.png) ![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/kb11_2.png)

#### Filling a color and clear screen

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/tft1.png)

#### Drawing dots and lines

```
Lines must be given two coordinates for them to be drawn.
```

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/tft2.png)

#### Drawing Rectangles and Circles

```
The coordinates of a rectangle represents its top-left corner, with width and height as w and h.
The coordinates of a circle represents its origin, with radius as r.
```

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/tft3.png)

#### Drawing Triangles and Polygons

```
Give 3 coordinates as vertices to create a triangle.
The coordinates of a polygon represents its origin.
```

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/tft4.png)

#### Displaying text

```
The coordinates are at the top-left corner of the string.
Traditional Chinese Characters are not supported yet.
```

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/tft5.png)


---

# 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-eng.kittenbot.hk/main-controllers/meowbit/meowbit-programming-tutorial/meowbits-display-kittenblock.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.
