LCD Display Driver


Detailed Description

Display driver that implement a char out that is compatible with printf_p and understands specific acsii control characters

Uses I2C to interface to a philips LCD display driver. See for more info.

\

Files

Functions


Function Documentation

void Display_OutChar char  ch  ) 
 

Output a character to the LCD display

Parameters:
ch Character to output
The driver understand certain acsii control characaters.
  • Carrige return \r - Return cursor to beginning of line.
  • New Line \n Advance cursor to next line at same column.
  • Backspace \b Move cursor one step left if not beginning of line.
  • Vertical tab \v Set cursor at home position (top left).
  • Form Feed \f Clear display and set cursor at home position (top left).


Copyright 2002 Jörgen Birkler. For accelR8 Accelerometer on Mon Jan 19 21:43:20 2004 by Doxygen 1.3.5.