OK, in this case an intensity graph seems to be the right thing but there is a small complication.
Since each byte contains 8 pixels, you need to expand each byte into 8 bytes.
Easiest would be to typecast it into a boolean array using "4.x mode" (very important!), then use "boolean to 0,1) to convert it to the final array.
(you might need to transpose the array or flip an axis to make it upright).
I have attached a small demo (LabVIEW 7.0) on how to do this.