| COMMENT_BW_ICON |
| Previous | Program Comments | Next |
You can include a 16x16 pixel icon in your program, for display in shells. To do this, write
#define COMMENT_BW_ICON {line0, line1, ..., line15}
at the top of your source code. Each of the lines is specified as a 16 bit
number, with the most significant bit being the leftmost pixel. If you use
binary numbers to define the
numbers, you can easily see what the icon will look like. The icon is defined
in the same format as an ICON structure.