Video Test Generator User Guide 229
AROW
render A ROW of pixels
Class Bitmap image control
Description Renders (copies) binary stored as a hexstring to the frame buffer. The bitmap will be
placed so that the top left corner will be at the given x, y location in the frame buffer.
Command syntax AROW x y bpp hexstring
Query syntax AROW?
Example
AROW 5 5 4 02D // render hex data ā€œ02Dā€ directly into frame
// buffer at location 5, 5 at a depth of
// 4 bits-per-pixel