#define SetDisplayNormal ( _x,
_line,
_cnt,
_data   )     __setDisplayNormal(_x, _line, _cnt, _data)

Write pixel data to the normal display buffer.

Write "cnt" bytes to the normal 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:
_x The desired x position where you wish to write pixel data.
_line The desired line where you wish to write pixel data.
_cnt The number of bytes of pixel data to write.
_data The array of bytes from which pixel data is read.

Generated by  doxygen 1.6.2