HowTo generate a icon and include it into ESI-XML file.

This is a documentation like I've done.

-  make a snapshot om the web site. 
   choose roughly the content of the icon.
   stored as 'Lauda.png'
-  use image converter 'convert' to resize it to:
   16 columes, 14 rows, 16 colours, bitmap format
   stored as 'Lauda.small.bmp'
-  load bitmap into image manipulation (eg gimp)
   rework all the details
   stored as 'Lauda.small.reworked.bmp'
-  load final icon into hex editor (eg Okteta)
   use export/values and choose no seperator
   export to 'Lauda.small.reworked.dmp'
-  use editor to copy/paste the content of the dump file to the EIS-XML file

That's it.

One problem occured:
TwinCAT does NOT display the black coloured L ! All other viewers show it !
It looks like a bug or may be a feature of TwinCAT.
With the image manipulation I saw, that the black colour was the first of 
entry in the colour map. I moved it at the and and "Simsalabim": it works.
