#include "pcd8544.h"
#include "pic_serial.h"
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 () |
void pcd8544_init | ( | ) |
Definition at line 55 of file pcd8544.c.
References clear_pin, pcd8544_send_command(), and set_pin.
Referenced by drv_init().
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().
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().
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().
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().