Dropdown or picker surface that sends the selected item index.
At a glance
Behavior
Firmware contract
Map selected menu item indexes to operating modes on the board.
On the app side this widget snaps to the 8-column square grid and uses both resizing. Its raw type is MENU and the matching icon token in the app is list.bullet.
Pin support: Usually virtual pins carrying a selected index.
Transmission: Single integer index representing the selected label entry.
Canvas preview
Widget contract
| Property | Value |
|---|---|
| Raw type | MENU |
| Default size | 4 x 2 |
| Minimum size | 2 x 1 |
| Resize mode | both |
| Pin requirement | required |
| Pin support | Usually virtual pins carrying a selected index. |
| Interactive | yes |
| Transmission | Single integer index representing the selected label entry. |
Allowed pin families
Usually virtual pins carrying a selected index.
Transport path
Single integer index representing the selected label entry.
Operational limits
Does not expose the full label text to firmware, only the selected index/value mapping
Configuration surface
Limits and caveats
Layout notes
Canvas footprint
4 x 2
Default footprint in the Plynx canvas before user resizing.
Resize floor
2 x 1
The minimum size accepted by the app during drag-resize.
Interaction model
Live input
Whether the user edits state directly or only reads it.
Button
Momentary or toggle actuator for a single virtual or hardware pin.
Styled Button
A richer button with distinct on/off labels and color states.
Slider
Horizontal continuous input with min, max and send strategy options.
Vertical Slider
Vertical range control for compact side panels and console-style layouts.