Line Meter~
obj:linemeter
Property | Value | Default | Description |
---|---|---|---|
min | int16 | 0 | minimum value of the indicator |
max | int16 | 100 | maximum value of the indicator |
val | int16 | 0 | current value of the indicator |
angle | 0-360 | 240 | angle between start and end of the scale |
line_count | uint16 | 31 | tick count of the scale |
rotation | 0-360 | 0 | offset for the scale angles to rotate it |
type | 0-1 | 0 | 0 = indicator lines are activated clock-wise1 = indicator lines are activated counter-clock-wise |
Use line and scale properties to customize.
Note
min
, max
and val
also support negative values.
Example jsonl
1 |
|