arduino:amp-en
Differences
This shows you the differences between two versions of the page.
| — | arduino:amp-en [2023/08/17 07:38] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | [[: | ||
| + | ====== WIO User Bitmaps ====== | ||
| + | [[: | ||
| + | [[: | ||
| + | * [[: | ||
| + | \\ | ||
| + | |||
| + | |||
| + | \\ | ||
| + | =====File System===== | ||
| + | The SPIFFS, SPI Flash File System, is required to be able to **[[# | ||
| + | See: __**[[: | ||
| + | |||
| + | |||
| + | \\ | ||
| + | =====The AMP (ASCII-MAP) Format===== | ||
| + | To make it easy to define a small bitmap/ | ||
| + | The file name format is defined as follows: | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | The number is in range between 0 and 999.\\ | ||
| + | The maximum size is 128x64 pixel.\\ | ||
| + | **Tip:** //It is recommended to use a simple text editor with a monospace font like Courier.// | ||
| + | |||
| + | ====Example==== | ||
| + | Lines starting with a '#' | ||
| + | All other lines contains X'es and white space. Any character can be used as white space, excluding the ' | ||
| + | In the following example blanks are used as white space.\\ | ||
| + | The bitmap/icon width and height are calculated automatically.\\ | ||
| + | An ' | ||
| + | < | ||
| + | # DB, Deutsch Bahn, Logo | ||
| + | | ||
| + | X X | ||
| + | X XXX XXX X | ||
| + | X X X X X X | ||
| + | X X X XXX X | ||
| + | X X X X X X | ||
| + | X XXX XXX X | ||
| + | X X | ||
| + | | ||
| + | </ | ||
| + | The {b#} display command is used to make it visible.\\ | ||
| + | See: [[: | ||
| + | {{: | ||
| + | The text content in Rocrail for this example: | ||
| + | < | ||
| + | {E} | ||
| + | {L0X0b55X18} Deutsche Bahn | ||
| + | {L2X0b56X18} Nederlandse Spoorwegen | ||
| + | {L4X0b999} | ||
| + | {P} | ||
| + | </ | ||
| + | (55.amp is the DB, 56.amp the NS, and 999.amp the Rocrail logo.)\\ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | \\ | ||
| + | =====Upload by WEB Browser===== | ||
| + | | //This method is only available for four minutes after WIO boot.// | ||
| + | ====Get the hostname or IP of the WIO==== | ||
| + | Check the router of the home LAN which IP or hostname the WIO has:\\ | ||
| + | {{: | ||
| + | ====Open the WEB Browser==== | ||
| + | Click on the __**[[: | ||
| + | < | ||
| + | The following page will show up:\\ | ||
| + | {{: | ||
| + | Click on the **" | ||
| + | {{: | ||
| + | The directory structure is kept flat for best performance.\\ | ||
| + | === Actions === | ||
| + | == Remove == | ||
| + | Remove the listed file from the WIO.\\ | ||
| + | ==Download== | ||
| + | Download the listed file from the WIO to the local file system.\\ | ||
| + | |||
| + | ===Choose file=== | ||
| + | Select the wanted file for uploading.\\ | ||
| + | ===Upload=== | ||
| + | Transfer the selected file to the WIO.\\ | ||
| + | |||
| + | \\ | ||
| + | =====Create AMP (ASCII-MAP) with Rocview===== | ||
| + | // | ||
| + | |||
| + | - Put Rocview in edit mode. | ||
| + | - __**[[: | ||
| + | - Choose the selection action **AMP**, and click on **OK**. | ||
| + | - A save as file dialog will popup. | ||
| + | |||
| + | The AMP data are also available on the clipboard, and can be pasted in an editor: | ||
| + | - Open an editor, and paste the AMP source into it. | ||
| + | - Save it, and use the __**[[# | ||
| + | |||
| + | **Note:** //The prefix field is used as AMP comment.// | ||
| + | {{: | ||
| + | |||