Widgets / directory

Label widget

What it does

Static text tile for grouping and section headers. Doubles as the fallback renderer for unknown widget kinds.

Pins

  • Semantics: No pin binding
  • No pin binding by default; optional pin can source the text.
  • Default size: 3 x 1

Config fields

FieldTypeDefaultEffect
fontSizenumber14Text size in pixels.
alignmentselect (left / center / right)leftText alignment inside the tile.
colorcolorText color.

Typical use

dashboard.txt
# No firmware contractlabel is a static caption.

iOS app

Yes — iOS label tiles share alignment/font semantics.

See also

Related widgets