ButterflyMP3

LCD_functions.h File Reference

#include <avr/pgmspace.h>
Include dependency graph for 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_puts_f (const char *pFlashStr, char scrollmode)
void LCD_puts (char *pStr, char scrollmode)
void LCD_UpdateRequired (char update, char scrollmode)
void LCD_putc (uint8_t digit, char character)
void LCD_Clear (void)
void LCD_Colon (char show)
void LCD_FlashReset (void)

Function Documentation

void LCD_Clear ( void  )

Definition at line 163 of file LCD_functions.c.

References gTextBuffer, and TEXTBUFFER_SIZE.

void LCD_Colon ( char  show)

Definition at line 183 of file LCD_functions.c.

References gColon.

Referenced by ADC2Temp().

void LCD_FlashReset ( void  )

Definition at line 224 of file LCD_functions.c.

References gFlashTimer.

void LCD_putc ( uint8_t  digit,
char  character 
)

Definition at line 145 of file LCD_functions.c.

References gTextBuffer, and TEXTBUFFER_SIZE.

Referenced by ADC2Light(), ADC2Temp(), and ADC2Volt().

void LCD_puts ( char *  pStr,
char  scrollmode 
)
void LCD_puts_f ( const char *  pFlashStr,
char  scrollmode 
)
void LCD_UpdateRequired ( char  update,
char  scrollmode 
)

Definition at line 201 of file LCD_functions.c.

References gLCD_Update_Required, gScroll, and gScrollMode.

 All Files Functions Variables Typedefs Enumerations Enumerator Defines