Definition in file LCD_driver.h.
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | LCD_CONTRAST_LEVEL(level) LCDCCR=(0x0F & level) |
#define | LCD_FLASH_SEED 10 |
#define | LCD_INITIAL_CONTRAST 0x0F |
#define | LCD_REGISTER_COUNT 20 |
#define | LCD_SET_COLON(active) LCD_Data[8] = active |
#define | LCD_TIMER_SEED 3 |
#define | pLCDREG ((unsigned char *)(0xEC)) |
#define | SCROLLMODE_LOOP 0x02 |
#define | SCROLLMODE_ONCE 0x01 |
#define | SCROLLMODE_WAVE 0x03 |
#define | TEXTBUFFER_SIZE 25 |
Functions | |
void | LCD_AllSegments (char show) |
void | LCD_Init (void) |
void | LCD_WriteDigit (char input, char digit) |
Variables | |
char | gColon |
char | gFlashTimer |
char | gLCD_Update_Required |
signed char | gScroll |
char | gScrollMode |
char | gTextBuffer [TEXTBUFFER_SIZE] |
char | LCD_Data [LCD_REGISTER_COUNT] |
|
Definition at line 46 of file LCD_driver.h. Referenced by LCD_Init(), and SetContrast(). |
|
Definition at line 28 of file LCD_driver.h. Referenced by LCD_SOF_interrupt(). |
|
Definition at line 26 of file LCD_driver.h. Referenced by LCD_Init(). |
|
Definition at line 29 of file LCD_driver.h. Referenced by LCD_AllSegments(), and LCD_SOF_interrupt(). |
|
Definition at line 40 of file LCD_driver.h. |
|
Definition at line 27 of file LCD_driver.h. Referenced by LCD_SOF_interrupt(). |
|
Definition at line 43 of file LCD_driver.h. Referenced by LCD_SOF_interrupt(). |
|
Definition at line 33 of file LCD_driver.h. |
|
Definition at line 32 of file LCD_driver.h. |
|
Definition at line 34 of file LCD_driver.h. |
|
Definition at line 30 of file LCD_driver.h. Referenced by LCD_Clear(), LCD_putc(), LCD_puts(), and LCD_puts_f(). |
|
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 174 of file LCD_driver.c. References LCD_character_table, LCD_Data, and mask. Referenced by LCD_SOF_interrupt().
|
|
Definition at line 57 of file LCD_driver.h. Referenced by LCD_Colon(), and LCD_SOF_interrupt(). |
|
Definition at line 56 of file LCD_driver.h. Referenced by LCD_FlashReset(), and LCD_SOF_interrupt(). |
|
Definition at line 52 of file LCD_driver.h. Referenced by LCD_Init(), LCD_puts(), LCD_puts_f(), LCD_SOF_interrupt(), and LCD_UpdateRequired(). |
|
Definition at line 58 of file LCD_driver.h. Referenced by LCD_puts(), LCD_puts_f(), LCD_SOF_interrupt(), and LCD_UpdateRequired(). |
|
Definition at line 55 of file LCD_driver.h. Referenced by LCD_puts(), LCD_puts_f(), LCD_SOF_interrupt(), and LCD_UpdateRequired(). |
|
Definition at line 54 of file LCD_driver.h. Referenced by LCD_Clear(), LCD_putc(), LCD_puts(), LCD_puts_f(), and LCD_SOF_interrupt(). |
|
Definition at line 53 of file LCD_driver.h. Referenced by LCD_AllSegments(), LCD_SOF_interrupt(), and LCD_WriteDigit(). |