Definition in file LCD_functions.c.
#include "iom169.h"
#include "main.h"
#include "Lcd_driver.h"
#include "Lcd_functions.h"
#include "BCD.h"
Include dependency graph for LCD_functions.c:
Go to the source code of this file.
Defines | |
#define | FALSE 0 |
#define | TRUE (!FALSE) |
Functions | |
void | LCD_Clear (void) |
void | LCD_Colon (char show) |
void | LCD_FlashReset (void) |
void | LCD_putc (char digit, char character) |
void | LCD_puts (char *pStr, char scrollmode) |
void | LCD_puts_f (char __flash *pFlashStr, char scrollmode) |
void | LCD_UpdateRequired (char update, char scrollmode) |
char | SetContrast (char input) |
Variables | |
char | CONTRAST = LCD_INITIAL_CONTRAST |
char | gLCD_Start_Scroll_Timer |
|
Definition at line 30 of file LCD_functions.c. Referenced by getkey(), LCD_Init(), LCD_SOF_interrupt(), and PinChangeInterrupt(). |
|
Definition at line 31 of file LCD_functions.c. Referenced by LCD_SOF_interrupt(), PinChangeInterrupt(), and SetContrast(). |
|
Definition at line 151 of file LCD_functions.c. References gTextBuffer, and TEXTBUFFER_SIZE. Referenced by SetContrast().
|
|
Definition at line 171 of file LCD_functions.c. References gColon. Referenced by main().
|
|
Definition at line 212 of file LCD_functions.c. References gFlashTimer.
|
|
Definition at line 133 of file LCD_functions.c. References gTextBuffer, and TEXTBUFFER_SIZE. Referenced by SetContrast().
|
|
Definition at line 92 of file LCD_functions.c. References gLCD_Start_Scroll_Timer, gLCD_Update_Required, gScroll, gScrollMode, gTextBuffer, and TEXTBUFFER_SIZE. Referenced by ST_read().
|
|
Definition at line 51 of file LCD_functions.c. References gLCD_Start_Scroll_Timer, gLCD_Update_Required, gScroll, gScrollMode, gTextBuffer, and TEXTBUFFER_SIZE. Referenced by main().
|
|
Definition at line 189 of file LCD_functions.c. References gLCD_Update_Required, gScroll, and gScrollMode. Referenced by SetContrast().
|
|
Definition at line 230 of file LCD_functions.c. References CHAR2BCD2(), CONTRAST, input, KEY_MINUS, KEY_PLUS, LCD_Clear(), LCD_CONTRAST_LEVEL, LCD_putc(), LCD_UpdateRequired(), and TRUE.
Here is the call graph for this function: ![]() |
|
Definition at line 33 of file LCD_functions.c. Referenced by SetContrast(). |
|
Definition at line 36 of file LCD_functions.c. Referenced by LCD_puts(), LCD_puts_f(), and LCD_SOF_interrupt(). |