Functions

lcd.c File Reference

Configuracao para uso do LCD 16x2. More...

#include "lcd.h"
#include <string.h>

Go to the source code of this file.

Functions

void lcd_command (int comando)
 Executa um comando passado por parametro.
void lcd_putc (int dado)
 Escreve um caracter no display.
void lcd_clr (void)
 Limpa todos os dados do display.
void lcd_string (char *str)
 Escreve uma string de dados passados por parametro.
void lcd_string_old (char *str)
void lcd_goto (int linha, int coluna)
 Posiciona o cursorno display.
void init_lcd (void)
 Inicialia o display de lcd.

Detailed Description

Author:
Marco Tulio Martins

Definition in file lcd.c.


Function Documentation

void init_lcd ( void   ) 

Definition at line 105 of file lcd.c.

Here is the call graph for this function:

void lcd_clr ( void   ) 

Definition at line 59 of file lcd.c.

Here is the call graph for this function:

void lcd_command ( int  comando  ) 

================================================================================== Funções LCD ==================================================================================

Parameters:
comando Comando para ser enviado para o display.

Definition at line 24 of file lcd.c.

Here is the call graph for this function:

void lcd_goto ( int  linha,
int  coluna 
)
Parameters:
linha Linha onde o curso e para ficar.
coluna Coluna onde o curso tem que estar.

Definition at line 94 of file lcd.c.

Here is the call graph for this function:

void lcd_putc ( int  dado  ) 
Parameters:
dado Caracter a ser enviado para o display.

Definition at line 42 of file lcd.c.

Here is the call graph for this function:

void lcd_string ( char *  str  ) 
Parameters:
str String como a mensagem a ser transmitida.

Definition at line 69 of file lcd.c.

Here is the call graph for this function:

void lcd_string_old ( char *  str  ) 

Definition at line 75 of file lcd.c.

Here is the call graph for this function: