Definition in file LCD_driver.c.
#include "iom169.h"
#include "LCD_driver.h"
#include "types.h"
Include dependency graph for LCD_driver.c:
Go to the source code of this file.
Functions | |
void | LCD_AllSegments (char show) |
void | LCD_Init (void) |
__interrupt void | LCD_SOF_interrupt (void) |
void | LCD_WriteDigit (char c, char digit) |
Variables | |
BOOL | gAutoPressJoystick |
unsigned char | gButtonTimeout |
char | gColon = 0 |
char | gFlashTimer = 0 |
char | gLCD_Start_Scroll_Timer = 0 |
char | gLCD_Update_Required = FALSE |
signed char | gScroll |
char | gScrollMode |
char | gTextBuffer [TEXTBUFFER_SIZE] |
__flash unsigned int | LCD_character_table [] |
char | LCD_Data [LCD_REGISTER_COUNT] |
|
Definition at line 230 of file LCD_driver.c. References LCD_Data, and LCD_REGISTER_COUNT. Referenced by LCD_Init().
|
|
Definition at line 134 of file LCD_driver.c. References FALSE, gLCD_Update_Required, LCD_AllSegments(), LCD_CONTRAST_LEVEL, and LCD_INITIAL_CONTRAST. Referenced by Initialization().
Here is the call graph for this function: ![]() |
|
Definition at line 255 of file LCD_driver.c. References __interrupt, FALSE, gButtonTimeout, gColon, gFlashTimer, gLCD_Start_Scroll_Timer, gLCD_Update_Required, gScroll, gScrollMode, gTextBuffer, LCD_Data, LCD_FLASH_SEED, LCD_REGISTER_COUNT, LCD_TIMER_SEED, LCD_WriteDigit(), pLCDREG, and TRUE.
Here is the call graph for this function: ![]() |
|
Definition at line 174 of file LCD_driver.c. References LCD_character_table, LCD_Data, and mask. Referenced by LCD_SOF_interrupt().
|
|
Definition at line 32 of file LCD_driver.c. |
|
Definition at line 30 of file LCD_driver.c. Referenced by LCD_SOF_interrupt(), and PinChangeInterrupt(). |
|
Definition at line 58 of file LCD_driver.c. Referenced by LCD_Colon(), and LCD_SOF_interrupt(). |
|
Definition at line 55 of file LCD_driver.c. Referenced by LCD_FlashReset(), and LCD_SOF_interrupt(). |
|
Definition at line 51 of file LCD_driver.c. Referenced by LCD_puts(), LCD_puts_f(), and LCD_SOF_interrupt(). |
|
Definition at line 35 of file LCD_driver.c. Referenced by LCD_Init(), LCD_puts(), LCD_puts_f(), LCD_SOF_interrupt(), and LCD_UpdateRequired(). |
|
Definition at line 47 of file LCD_driver.c. Referenced by LCD_puts(), LCD_puts_f(), LCD_SOF_interrupt(), and LCD_UpdateRequired(). |
|
Definition at line 48 of file LCD_driver.c. Referenced by LCD_puts(), LCD_puts_f(), LCD_SOF_interrupt(), and LCD_UpdateRequired(). |
|
Definition at line 42 of file LCD_driver.c. Referenced by LCD_Clear(), LCD_putc(), LCD_puts(), LCD_puts_f(), and LCD_SOF_interrupt(). |
|
Definition at line 63 of file LCD_driver.c. Referenced by LCD_WriteDigit(). |
|
Definition at line 38 of file LCD_driver.c. Referenced by LCD_AllSegments(), LCD_SOF_interrupt(), and LCD_WriteDigit(). |