#include <LCD.h>
Public Member Functions | |
| LCD () | |
| void | setMenu (char *menuItem1, char *menuItem2, char *menuItem3, char *menuItem4) | 
| void | setMenuItem (int position, char *menuItem) | 
| void | clear () | 
| void | putString (char *string) | 
Static Private Attributes | |
| const int | MENU_POSITION_1 = 1 | 
| const int | MENU_POSITION_2 = 2 | 
| const int | MENU_POSITION_3 = 3 | 
| const int | MENU_POSITION_4 = 4 | 
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 Clears the LCD (what about the menu??)  | 
  
      
  | 
  
| 
 Write the given string to the current cursor position and move down one row  | 
  
      
  | 
  ||||||||||||||||||||
| 
 Sets the texts for the LCD menu entries 
  | 
  
      
  | 
  ||||||||||||
| 
 Sets the text for a specific LCD menu entry 
  | 
  
      
  | 
  
| 
 Value to identify position 1 in the LCD menu  | 
  
      
  | 
  
| 
 Value to identify position 2 in the LCD menu  | 
  
      
  | 
  
| 
 Value to identify position 3 in the LCD menu  | 
  
      
  | 
  
| 
 Value to identify position 4 in the LCD menu  | 
  
1.3-rc3