Functions | |
int | NutIfDisplayWrite (NUTDEVICE *dev, CONST char *data, int len) |
Write to a display device. | |
int | NutIfDisplayWrite_P (NUTDEVICE *dev, PGM_P data, int len) |
Write program space data to a display device. |
|
Write to a display device. The data isn't immediately transfered to the physical device, but buffered in a transmit buffer. Transmission starts either when the buffer is full or when this function is called with a zero data pointer.
|
|
Write program space data to a display device.
|