Go to the source code of this file.
Defines | |
#define | __crystalfontz634__ |
Enumerations | |
enum | { k_c634_cursorHide = 0, k_c634_cursorUnderline, k_c634_cursorBlock, k_c634_cursorInverting } |
Functions | |
int | c634_open (char const *path) |
void | c634_close (int fd) |
void | c634_home (int fd) |
void | c634_hide (int fd) |
void | c634_restore (int fd) |
void | c634_cursor (int fd, int type) |
void | c634_backspace (int fd) |
void | c634_clear (int fd) |
void | c634_cr (int fd) |
void | c634_lf (int fd) |
void | c634_backlight (int fd, int v) |
void | c634_contrast (int fd, int v) |
void | c634_gotoxy (int fd, int x, int y) |
void | c634_scrollMode (int fd, int m) |
void | c634_wrapMode (int fd, int m) |
void | c634_defineChar (int fd, char ch, char bm[8]) |
void | c634_reboot (int fd) |
void | c634_printf (int fd, char const *format,...) |
#define __crystalfontz634__ |
Definition at line 11 of file crystalfontz634.h.
anonymous enum |
Definition at line 17 of file crystalfontz634.h.
void c634_backlight | ( | int | fd, | |
int | v | |||
) |
Definition at line 99 of file crystalfontz634.c.
void c634_backspace | ( | int | fd | ) |
Definition at line 75 of file crystalfontz634.c.
void c634_clear | ( | int | fd | ) |
Definition at line 81 of file crystalfontz634.c.
void c634_close | ( | int | fd | ) |
Definition at line 45 of file crystalfontz634.c.
void c634_contrast | ( | int | fd, | |
int | v | |||
) |
Definition at line 106 of file crystalfontz634.c.
void c634_cr | ( | int | fd | ) |
Definition at line 87 of file crystalfontz634.c.
void c634_cursor | ( | int | fd, | |
int | type | |||
) |
Definition at line 68 of file crystalfontz634.c.
References k_c634_cursorHide, k_c634_cursorInverting, and k_c634_cursorUnderline.
void c634_defineChar | ( | int | fd, | |
char | ch, | |||
char | bm[8] | |||
) |
Definition at line 133 of file crystalfontz634.c.
void c634_gotoxy | ( | int | fd, | |
int | x, | |||
int | y | |||
) |
Definition at line 113 of file crystalfontz634.c.
void c634_hide | ( | int | fd | ) |
Definition at line 56 of file crystalfontz634.c.
void c634_home | ( | int | fd | ) |
Definition at line 50 of file crystalfontz634.c.
void c634_lf | ( | int | fd | ) |
Definition at line 93 of file crystalfontz634.c.
int c634_open | ( | char const * | path | ) |
void c634_printf | ( | int | fd, | |
char const * | format, | |||
... | ||||
) |
Definition at line 147 of file crystalfontz634.c.
void c634_reboot | ( | int | fd | ) |
Definition at line 141 of file crystalfontz634.c.
void c634_restore | ( | int | fd | ) |
Definition at line 62 of file crystalfontz634.c.
void c634_scrollMode | ( | int | fd, | |
int | m | |||
) |
Definition at line 121 of file crystalfontz634.c.
void c634_wrapMode | ( | int | fd, | |
int | m | |||
) |
Definition at line 127 of file crystalfontz634.c.