-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlcdmenu.xml
More file actions
22 lines (21 loc) · 807 Bytes
/
Copy pathlcdmenu.xml
File metadata and controls
22 lines (21 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<application>
<settings lcdColor="White" lcdBackground="On" />
<folder text="System Info">
<widget text="Show Date/Time" function="ShowDateTime" />
<folder text="Network">
<widget text="IP Address" function="ShowIPAddress" />
<widget text="Use 10.1.1.2" function="Use10Network" />
<widget text="Use DHCP" function="UseDHCP" />
</folder>
<folder text="LCD Color">
<widget text="White" function="LcdOn" />
<widget text="Off" function="LcdOff" />
</folder>
<run text="Run ls">ls</run>
</folder>
<widget text="StartSTFX" function="StartSTFX" />
<widget text="StopSTFX" function="StopSTFX" />
<widget text="BGtest" function="BGtest" />
<widget text="Quit" function="DoQuit" />
<widget text="Shutdown" function="DoShutdown" />
</application>