I'm currently using a FOR loop to build the data.
Just checking the byte position, and then switching lines and left/right.

Code:
logopart1:
for logo = 0 to 255
lookup logo, [255,255,255,10,10, etc] ,L
next
gosub placeandcontroldata
return
This works, but I cannot easily import pictures into the code this way...