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:
-
| _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. |