NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
void SetDisplayPopup ( const byte  x,
const byte  line,
unsigned int  cnt,
byte  data[] 
)
inline

Write pixel data to the popup display buffer.

Write "cnt" bytes to the popup display memory from the data array. Start writing at the specified x, line coordinate. Each byte of data is a vertical strip of 8 bits at the desired location. Each bit represents a single pixel on the LCD screen. Use TEXTLINE_1 through TEXTLINE_8 for the "line" parameter.

Parameters
xThe desired x position where you wish to write pixel data.
lineThe desired line where you wish to write pixel data.
cntThe number of bytes of pixel data to write.
dataThe array of bytes from which pixel data is read.
Examples:
ex_SetDisplayPopup.nxc.