Draw 4-bit Pixmap (Not in Base Package)

Draws a four-bit pixmap into a picture. This VI has an input that is a 2D array of bytes (where each byte represents a single pixel).

picture is the picture to which you want to add the pixmap. It defaults to an empty picture.
top left point specifies in absolute coordinates where to place the top-left corner of the pixmap in the picture.
x is the horizontal coordinate that increases to the right.
y is the vertical coordinate that increases to the bottom.
data is a 2D array of unsigned eight-bit integers that LabVIEW draws as a pixmap in the picture.
color table is an array of up to 16 colors to which the array of data maps. If unwired, the VI uses the default LabVIEW 16-color palette.
new picture is the modified picture.