Definition in file LCD.c.
#include "LCD.h"
#include "USI_TWI_Master.h"
Include dependency graph for LCD.c:

Go to the source code of this file.
Functions | |
| unsigned char | ASCIItoLCD (unsigned char ch) |
| unsigned char | LCD_ClearDisplay (void) |
| unsigned char | LCD_ClearLine (unsigned char row) |
| unsigned char | LCD_Init (void) |
| unsigned char | LCD_PutXY (unsigned char ch, unsigned char column, unsigned char row) |
| unsigned char | LCD_PutXY_Raw (unsigned char ch, unsigned char column, unsigned char row) |
| unsigned char | LCD_WriteLine (unsigned char *msg, unsigned char row) |
Variables | |
| unsigned char | messageBuf [] |
|
|
Definition at line 117 of file LCD.c. Referenced by LCD_PutXY(), and LCD_WriteLine(). |
|
|
Definition at line 50 of file LCD.c. References LCD_ClearLine(). Referenced by main(). |
|
|
Definition at line 61 of file LCD.c. References LCD_PutXY_Raw(). Referenced by LCD_ClearDisplay(), and WDT_ISR(). |
|
|
Definition at line 30 of file LCD.c. References FALSE, LCD_ADR, messageBuf, TWI_READ_BIT, and USI_TWI_Start_Transceiver_With_Data(). Referenced by Initialise(). |
|
||||||||||||||||
|
Definition at line 71 of file LCD.c. References ASCIItoLCD(), and LCD_PutXY_Raw(). Referenced by CheckAccess(), DelayBar(), main(), and OpenLock(). |
|
||||||||||||||||
|
Definition at line 76 of file LCD.c. References FALSE, LCD_ADR, messageBuf, TWI_READ_BIT, and USI_TWI_Start_Transceiver_With_Data(). Referenced by DelayBar(), LCD_ClearLine(), and LCD_PutXY(). |
|
||||||||||||
|
Definition at line 96 of file LCD.c. References ASCIItoLCD(), FALSE, LCD_ADR, messageBuf, TWI_READ_BIT, and USI_TWI_Start_Transceiver_With_Data(). |
|
|
Definition at line 43 of file main.h. Referenced by LCD_Init(), LCD_PutXY_Raw(), and LCD_WriteLine(). |
1.4.4