FArquivo header de funcoes graficas no display. More...
Go to the source code of this file.
Data Structures | |
struct | txtinfo |
Em struct txtinfo tem os atributos do texto. More... | |
Defines | |
#define | WriteSpiCommand(c) WrSPI((c) & 0xff) |
#define | WriteSpiData(c) WrSPI((c)|0x100) |
Functions | |
void | WrSPI (int c) |
void | lcd_nokia_init () |
void | espera_ms (unsigned t) |
void | lcdgr_putchar (int c) |
void | lcdgr_puts (char *str) |
void | setPixel (int x, int y) |
void | txtattrib (struct txtinfo *ptxt) |
Funções para configuração das mensagens para aparecer no display. |
com o msp430
FENG-PUCRS Laboratorio de Processadores I
http://www.sparkfun.com/tutorial/Nokia 6100 LCD Display Driver.pdf http://www.nxp.com/acrobat_download2/datasheets/PCF8833_1.pdf
Definition in file grlib.h.
void lcd_nokia_init | ( | ) |
void lcdgr_puts | ( | char * | str | ) |