USB_Host_Shield_2.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
Max_LCD Class Reference

#include <max_LCD.h>

Public Member Functions

 Max_LCD (USB *pusb)
 
void init ()
 
void begin (uint8_t cols, uint8_t rows, uint8_t charsize=LCD_5x8DOTS)
 
void clear ()
 
void home ()
 
void noDisplay ()
 
void display ()
 
void noBlink ()
 
void blink ()
 
void noCursor ()
 
void cursor ()
 
void scrollDisplayLeft ()
 
void scrollDisplayRight ()
 
void leftToRight ()
 
void rightToLeft ()
 
void autoscroll ()
 
void noAutoscroll ()
 
void createChar (uint8_t, uint8_t[])
 
void setCursor (uint8_t, uint8_t)
 
virtual void write (uint8_t)
 
void command (uint8_t)
 

Constructor & Destructor Documentation

Max_LCD::Max_LCD ( USB pusb)

Member Function Documentation

void Max_LCD::autoscroll ( void  )
void Max_LCD::begin ( uint8_t  cols,
uint8_t  rows,
uint8_t  charsize = LCD_5x8DOTS 
)
void Max_LCD::blink ( )
void Max_LCD::clear ( )
void Max_LCD::command ( uint8_t  value)
inline
void Max_LCD::createChar ( uint8_t  location,
uint8_t  charmap[] 
)
void Max_LCD::cursor ( )
void Max_LCD::display ( )
void Max_LCD::home ( )
void Max_LCD::init ( )
void Max_LCD::leftToRight ( void  )
void Max_LCD::noAutoscroll ( void  )
void Max_LCD::noBlink ( )
void Max_LCD::noCursor ( )
void Max_LCD::noDisplay ( )
void Max_LCD::rightToLeft ( void  )
void Max_LCD::scrollDisplayLeft ( void  )
void Max_LCD::scrollDisplayRight ( void  )
void Max_LCD::setCursor ( uint8_t  col,
uint8_t  row 
)
void Max_LCD::write ( uint8_t  value)
inlinevirtual

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