sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
lcd.h File Reference

Go to the source code of this file.

Macros

#define MAX_LCDS   8
 

Functions

void lcdHome (const int fd)
 
void lcdClear (const int fd)
 
void lcdDisplay (const int fd, int state)
 
void lcdCursor (const int fd, int state)
 
void lcdCursorBlink (const int fd, int state)
 
void lcdSendCommand (const int fd, unsigned char command)
 
void lcdPosition (const int fd, int x, int y)
 
void lcdCharDef (const int fd, int index, unsigned char data[8])
 
void lcdPutchar (const int fd, unsigned char data)
 
void lcdPuts (const int fd, const char *string)
 
void lcdPrintf (const int fd, const char *message,...)
 
int lcdInit (const int rows, const int cols, const int bits, const int rs, const int strb, const int d0, const int d1, const int d2, const int d3, const int d4, const int d5, const int d6, const int d7)
 

Macro Definition Documentation

#define MAX_LCDS   8

Function Documentation

void lcdCharDef ( const int  fd,
int  index,
unsigned char  data[8] 
)
void lcdClear ( const int  fd)
void lcdCursor ( const int  fd,
int  state 
)
void lcdCursorBlink ( const int  fd,
int  state 
)
void lcdDisplay ( const int  fd,
int  state 
)
void lcdHome ( const int  fd)
int lcdInit ( const int  rows,
const int  cols,
const int  bits,
const int  rs,
const int  strb,
const int  d0,
const int  d1,
const int  d2,
const int  d3,
const int  d4,
const int  d5,
const int  d6,
const int  d7 
)
void lcdPosition ( const int  fd,
int  x,
int  y 
)
void lcdPrintf ( const int  fd,
const char *  message,
  ... 
)
void lcdPutchar ( const int  fd,
unsigned char  data 
)
void lcdPuts ( const int  fd,
const char *  string 
)
void lcdSendCommand ( const int  fd,
unsigned char  command 
)