Added round LEDs to the UI (initially just for the VT100)
This commit is contained in:
parent
843d24c627
commit
b25a9268a1
21 changed files with 865 additions and 738 deletions
|
|
@ -12,6 +12,13 @@
|
|||
<menu>
|
||||
<title>VT100 Screen</title>
|
||||
<control type="container" pos="right">
|
||||
<control type="rled" label="ON LINE" binding="online" padleft="8px"/>
|
||||
<control type="rled" label="LOCAL" binding="local" padleft="8px"/>
|
||||
<control type="rled" label="LOCKED" binding="locked" padleft="8px"/>
|
||||
<control type="rled" label="L1" binding="l1" padleft="8px"/>
|
||||
<control type="rled" label="L2" binding="l2" padleft="8px"/>
|
||||
<control type="rled" label="L3" binding="l3" padleft="8px"/>
|
||||
<control type="rled" label="L4" binding="l4" padleft="8px"/>
|
||||
<control type="button" binding="fullScreen" padleft="8px;line-height:1em">Full Screen</control>
|
||||
</control>
|
||||
</menu>
|
||||
|
|
|
|||
Loading…
Reference in a new issue