Y:/FINAL CODE/LCD_methods.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define lcdEnable   PTG_PTG5
#define lcdRS   PTG_PTG4
#define lcdReset   PTG_PTG6
#define LCD_BUS_0   PTG_PTG0
#define LCD_BUS_1   PTG_PTG1
#define LCD_BUS_2   PTG_PTG2
#define LCD_BUS_3   PTG_PTG3
#define LCD_BUS_4   PTH_PTH2
#define LCD_BUS_5   PTH_PTH1
#define LCD_BUS_6   PTH_PTH0
#define LCD_BUS_7   PTJ_PTJ0
#define NULL   0

Functions

void LCD_strobe ()
void LCD_reset ()
void LCD_set_reg (int func, int val)
void LCD_set_mode (int mode)
void LCD_char_pitch (int cpitch)
void LCD_set_nchar (int nchar)
void LCD_set_time_div (int Nx)
void LCD_set_cursor (int Np)
void LCD_set_daddl (int daddl)
void LCD_set_daddu (int daddu)
void LCD_set_caddl (int caddl)
void LCD_set_caddu (int caddu)
void LCD_write_data (int data)
void LCD_set_char_add (int row, int col)
void LCD_print_string (char *str)
void LCD_putchar (char toput)
void LCD_graphic_ini ()
void LCD_char_ini ()
void LCD_clr_scr_char (int screen)


Define Documentation

#define LCD_BUS_0   PTG_PTG0
 

Definition at line 24 of file LCD_methods.h.

Referenced by LCD_set_reg().

#define LCD_BUS_1   PTG_PTG1
 

Definition at line 25 of file LCD_methods.h.

Referenced by LCD_set_reg().

#define LCD_BUS_2   PTG_PTG2
 

Definition at line 26 of file LCD_methods.h.

Referenced by LCD_set_reg().

#define LCD_BUS_3   PTG_PTG3
 

Definition at line 27 of file LCD_methods.h.

Referenced by LCD_set_reg().

#define LCD_BUS_4   PTH_PTH2
 

Definition at line 28 of file LCD_methods.h.

Referenced by LCD_set_reg().

#define LCD_BUS_5   PTH_PTH1
 

Definition at line 29 of file LCD_methods.h.

Referenced by LCD_set_reg().

#define LCD_BUS_6   PTH_PTH0
 

Definition at line 30 of file LCD_methods.h.

Referenced by LCD_set_reg().

#define LCD_BUS_7   PTJ_PTJ0
 

Definition at line 31 of file LCD_methods.h.

Referenced by LCD_set_reg().

#define lcdEnable   PTG_PTG5
 

Definition at line 21 of file LCD_methods.h.

Referenced by LCD_strobe().

#define lcdReset   PTG_PTG6
 

Definition at line 23 of file LCD_methods.h.

Referenced by LCD_reset().

#define lcdRS   PTG_PTG4
 

Definition at line 22 of file LCD_methods.h.

Referenced by LCD_set_reg().

#define NULL   0
 

Definition at line 32 of file LCD_methods.h.

Referenced by LCD_print_string(), and SetupSession().


Function Documentation

void LCD_char_ini  ) 
 

Definition at line 117 of file LCD_methods.h.

References counter, LCD_char_pitch(), LCD_set_caddl(), LCD_set_caddu(), LCD_set_cursor(), LCD_set_daddl(), LCD_set_daddu(), LCD_set_mode(), LCD_set_nchar(), LCD_set_time_div(), and LCD_write_data().

Here is the call graph for this function:

void LCD_char_pitch int  cpitch  ) 
 

Definition at line 69 of file LCD_methods.h.

References LCD_set_reg().

Referenced by LCD_char_ini(), and LCD_graphic_ini().

Here is the call graph for this function:

void LCD_clr_scr_char int  screen  ) 
 

Definition at line 135 of file LCD_methods.h.

References LCD_print_string(), and LCD_set_char_add().

Referenced by UpdateLCD().

Here is the call graph for this function:

void LCD_graphic_ini  ) 
 

Definition at line 100 of file LCD_methods.h.

References counter, LCD_char_pitch(), LCD_set_caddl(), LCD_set_caddu(), LCD_set_daddl(), LCD_set_daddu(), LCD_set_mode(), LCD_set_nchar(), LCD_set_time_div(), and LCD_write_data().

Referenced by UpdateLCD().

Here is the call graph for this function:

void LCD_print_string char *  str  ) 
 

Definition at line 89 of file LCD_methods.h.

References LCD_write_data(), and NULL.

Referenced by LCD_clr_scr_char().

Here is the call graph for this function:

void LCD_putchar char  toput  ) 
 

Definition at line 96 of file LCD_methods.h.

References LCD_write_data().

Here is the call graph for this function:

void LCD_reset  ) 
 

Definition at line 39 of file LCD_methods.h.

References lcdReset.

Referenced by LCDInit().

void LCD_set_caddl int  caddl  ) 
 

Definition at line 75 of file LCD_methods.h.

References LCD_set_reg().

Referenced by LCD_char_ini(), LCD_graphic_ini(), and LCD_set_char_add().

Here is the call graph for this function:

void LCD_set_caddu int  caddu  ) 
 

Definition at line 76 of file LCD_methods.h.

References LCD_set_reg().

Referenced by LCD_char_ini(), LCD_graphic_ini(), and LCD_set_char_add().

Here is the call graph for this function:

void LCD_set_char_add int  row,
int  col
 

Definition at line 79 of file LCD_methods.h.

References LCD_set_caddl(), and LCD_set_caddu().

Referenced by LCD_clr_scr_char().

Here is the call graph for this function:

void LCD_set_cursor int  Np  ) 
 

Definition at line 72 of file LCD_methods.h.

References LCD_set_reg().

Referenced by LCD_char_ini().

Here is the call graph for this function:

void LCD_set_daddl int  daddl  ) 
 

Definition at line 73 of file LCD_methods.h.

References LCD_set_reg().

Referenced by LCD_char_ini(), and LCD_graphic_ini().

Here is the call graph for this function:

void LCD_set_daddu int  daddu  ) 
 

Definition at line 74 of file LCD_methods.h.

References LCD_set_reg().

Referenced by LCD_char_ini(), and LCD_graphic_ini().

Here is the call graph for this function:

void LCD_set_mode int  mode  ) 
 

Definition at line 68 of file LCD_methods.h.

References LCD_set_reg().

Referenced by LCD_char_ini(), and LCD_graphic_ini().

Here is the call graph for this function:

void LCD_set_nchar int  nchar  ) 
 

Definition at line 70 of file LCD_methods.h.

References LCD_set_reg().

Referenced by LCD_char_ini(), and LCD_graphic_ini().

Here is the call graph for this function:

void LCD_set_reg int  func,
int  val
 

Definition at line 44 of file LCD_methods.h.

References LCD_BUS_0, LCD_BUS_1, LCD_BUS_2, LCD_BUS_3, LCD_BUS_4, LCD_BUS_5, LCD_BUS_6, LCD_BUS_7, LCD_strobe(), and lcdRS.

Referenced by LCD_char_pitch(), LCD_set_caddl(), LCD_set_caddu(), LCD_set_cursor(), LCD_set_daddl(), LCD_set_daddu(), LCD_set_mode(), LCD_set_nchar(), LCD_set_time_div(), and LCD_write_data().

Here is the call graph for this function:

void LCD_set_time_div int  Nx  ) 
 

Definition at line 71 of file LCD_methods.h.

References LCD_set_reg().

Referenced by LCD_char_ini(), and LCD_graphic_ini().

Here is the call graph for this function:

void LCD_strobe  ) 
 

Definition at line 34 of file LCD_methods.h.

References lcdEnable.

Referenced by LCD_set_reg().

void LCD_write_data int  data  ) 
 

Definition at line 77 of file LCD_methods.h.

References LCD_set_reg().

Referenced by LCD_char_ini(), LCD_graphic_ini(), LCD_print_string(), LCD_putchar(), and UpdateLCD().

Here is the call graph for this function:


Generated on Sun Apr 30 17:44:24 2006 for RFID by  doxygen 1.4.6-NO