|
Digole Display Driver
Display driver for Digole Serial OLED/LCD displays
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <termios.h>#include <errno.h>#include <unistd.h>#include "digole.h"Functions | |
| int | writen (int fd, unsigned char *ptr, int nbytes) |
| write n bytes of data to a file descriptor | |
| int | readn (int fd, unsigned char *ptr, int nbytes) |
| read n bytes of data from a file descriptor | |
IO abstraction routines based on read/write system calls to reliably read and write some number of bytes over a Unix file descriptor.
1.7.6.1