JQI Arduino Libraries
Arduino for the modern scientist.
 All Classes Files Functions Variables Typedefs Macros Pages
Public Member Functions | Private Attributes | List of all members
SimpleLCD Class Reference

#include <SimpleLCD.h>

Public Member Functions

 SimpleLCD (HardwareSerial *lcd)
 
void write (char *)
 
void write (int)
 
void write (double)
 
void write (int, double)
 
void write (int, int)
 
void write (int, char *)
 
void clearScreen ()
 
void clearLine (int)
 
void selectLine (int)
 
void scrollRight ()
 
void scrollLeft ()
 
void displayOff ()
 
void displayOn ()
 
void underlineCursorOn ()
 
void underlineCursorOff ()
 
void boxCursorOn ()
 
void boxCursorOff ()
 
void backlight (int)
 
void setDecimalCount (int)
 

Private Attributes

HardwareSerial * _lcd
 
int _decimalPlaces
 

Constructor & Destructor Documentation

SimpleLCD::SimpleLCD ( HardwareSerial *  lcd)

Member Function Documentation

void SimpleLCD::backlight ( int  brightness)
void SimpleLCD::boxCursorOff ( )
void SimpleLCD::boxCursorOn ( )
void SimpleLCD::clearLine ( int  line)
void SimpleLCD::clearScreen ( )
void SimpleLCD::displayOff ( )
void SimpleLCD::displayOn ( )
void SimpleLCD::scrollLeft ( )
void SimpleLCD::scrollRight ( )
void SimpleLCD::selectLine ( int  line)
void SimpleLCD::setDecimalCount ( int  places)
void SimpleLCD::underlineCursorOff ( )
void SimpleLCD::underlineCursorOn ( )
void SimpleLCD::write ( char *  text)
void SimpleLCD::write ( int  text)
void SimpleLCD::write ( double  text)
void SimpleLCD::write ( int  line,
double  text 
)
void SimpleLCD::write ( int  line,
int  text 
)
void SimpleLCD::write ( int  line,
char *  text 
)

Member Data Documentation

int SimpleLCD::_decimalPlaces
private
HardwareSerial* SimpleLCD::_lcd
private

The documentation for this class was generated from the following files: