# 画面

### Windows/Mac/Linux

`Windows` `macOS` `Linux`&#x20;

![画面例 (Windows10)](/files/-MJAqhSTtueu_ua9i3gZ)

TWELITE STAGEはコンソール画面（コマンドライン）から起動するアプリケーションです。コンソール画面とウインドウ画面の両方に情報が出力されます。

コンソール画面には、ターミナルと同様の出力が行われます。

{% hint style="info" %}
一部の環境でコンソール画面の入力を受け付けますが、確認済みの正式機能という位置づけではありません。
{% endhint %}

### RaspberryPi

`RasPi`&#x20;

X11を用いないフレームバッファに表示されます。

通常（フレームバッファ上のシェル画面から起動した場合）はコンソール画面は表示されません。

### M5Stack

`M5Stack`&#x20;

![App\_Tweliteビューア画面例(最新版ではありません)](/files/-MJFLUgXTAfgZi-iLkh4)

M5Stackでは、320x240画面上の液晶と３つのボタンを用いて操作します。各種操作にはキーボードを必須とするものもあるため[キーボード接続](/1.0-1/usage/use_with_m5stack.md#kbdo)を推奨します。


---

# 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://stage.twelite.info/1.0-1/usage/screens.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.
