Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ks0108.h File Reference

Go to the source code of this file.

Functions

void ks0108_writedata (unsigned char byte)
 
void ks0108_writecontrol (unsigned char byte)
 
void ks0108_displaystate (unsigned char state)
 
void ks0108_startline (unsigned char startline)
 
void ks0108_address (unsigned char address)
 
void ks0108_page (unsigned char page)
 
unsigned char ks0108_isinited (void)
 

Function Documentation

void ks0108_address ( unsigned char  address)

Definition at line 96 of file ks0108.c.

void ks0108_displaystate ( unsigned char  state)

Definition at line 86 of file ks0108.c.

unsigned char ks0108_isinited ( void  )

Definition at line 118 of file ks0108.c.

void ks0108_page ( unsigned char  page)

Definition at line 101 of file ks0108.c.

void ks0108_startline ( unsigned char  startline)

Definition at line 91 of file ks0108.c.

void ks0108_writecontrol ( unsigned char  byte)

Definition at line 80 of file ks0108.c.

void ks0108_writedata ( unsigned char  byte)

Definition at line 75 of file ks0108.c.