Definition in file Lcd_functions.h.
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
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) |
|
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: ![]() |