This is an old revision of the document!
Use this work around if you want to:
This work around consists of ZB.lcd.showbmp.extended.vi that can be used as a replacement for zb.lcd.showbmp.vi.
It has the same connector pane as zb.lcd.showbmp.vi. If a bitmap with unknown file name is to be displayed, the vi calls zb.lcd.showbmp.vi.
If a bitmap with known file name (a case in the case structure is named after the bitmap) the draw pixmap function is called with a constant that holds the picture information.
The second VI in the ZIP file (convert bmp 2 const.vi) is the conversion tool it reads in a bitmap file and displays it in a 2d array of color informations.
To add your own bitmaps complete the following steps: