Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <all_tags>
- <tag name="ac" enum="ALIGN_CENTER" group="alignment" >
- <description>Causes the next part of the line to be centered on the display</decription>
- </tag>
- <tag name="bl" enum="BATTERY_PERCENT" group="battery" params="bartype" >
- <description>Battery level</description>
- <bartype>
- <noparams>Displays the battery level as a number%</noparams>
- <params>Draw a bar from 0% to 100%</params>
- </bartype>
- <values type="scaled">
- <value>unknown</value>
- <value>0%</value>
- <value>1%</value>
- <value>...</value>
- <value>99%</value>
- <value>100%</value>
- <values>
- </tag>
- <tag name="bl" enum="CHARGER_CONNECTED" features="charging"
- group="battery" type="bool">
- <description>A charger is connected</description>
- </tag>
- <tag name="mp" enum="PLAYBACK_STATUS" >
- <values type="enum">
- <value>Stop</value>
- <value>Play</value>
- <value>Pause</value>
- <value>Fast Forward</value>
- <value>Rewind</value>
- <value>Recording</value>
- <value>Recording paused</value>
- <value>FM Radio playing</value>
- <value>FM Radio muted</value>
- <values>
- </tag>
- <tag name="xl" enum="IMAGE_PRELOAD" params="SFII|I" feature="lcd_bitmap" >
- <descrption>Load an image into memory to be conditionally displayed later</descrption>
- <params>
- <param name="label">Unique label to be used to display this image</param>
- <param name="filename">Image filename without the directory (i.e image.bmp)</param>
- <param name="X">Viewport X offset</param>
- <param name="Y">Viewport Y offset</param>
- <param name="subimage count" optional="true">The number of subimages in this image</param>
- </params>
- </tag>
- </all_tags>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement