pcd8544.c File Reference

#include "pcd8544.h"
#include "pic_serial.h"
Include dependency graph for pcd8544.c:

Go to the source code of this file.

Functions

void pcd8544_init ()
void pcd8544_send_byte (uns8 b)
void pcd8544_send_command (uns8 cmd)
void pcd8544_send_data (uns8 data)
void pcd8544_setup_io ()

Function Documentation

void pcd8544_init (  ) 

Definition at line 55 of file pcd8544.c.

References clear_pin, pcd8544_send_command(), and set_pin.

Referenced by drv_init().

Here is the call graph for this function:

Here is the caller graph for this function:

void pcd8544_send_byte ( uns8  b  ) 

Definition at line 107 of file pcd8544.c.

References change_pin, clear_pin, set_pin, and uns8.

Referenced by pcd8544_send_command(), and pcd8544_send_data().

Here is the caller graph for this function:

void pcd8544_send_command ( uns8  cmd  ) 

Definition at line 91 of file pcd8544.c.

References clear_pin, pcd8544_send_byte(), and set_pin.

Referenced by drv_paint(), and pcd8544_init().

Here is the call graph for this function:

Here is the caller graph for this function:

void pcd8544_send_data ( uns8  data  ) 

Definition at line 99 of file pcd8544.c.

References clear_pin, pcd8544_send_byte(), and set_pin.

Referenced by drv_paint().

Here is the call graph for this function:

Here is the caller graph for this function:

void pcd8544_setup_io (  ) 

Definition at line 40 of file pcd8544.c.

References clear_pin, make_output, and set_pin.

Referenced by drv_setup_io().

Here is the caller graph for this function:


Generated on Wed Dec 8 13:47:32 2010 for Pic Pack by  doxygen 1.6.1