Funcoes usadas pelo display da Nokia. More...
#include <arch/nxp/lpc23xx.h>#include "grlib.h"#include "charset.c"Go to the source code of this file.
Defines | |
| #define | INVERTE |
Functions | |
| void | espera_ms (unsigned t) |
| void | spiconfig (void) |
| void | WrSPI (int c) |
| void | lcd_nokia_init () |
| void | txtattrib (struct txtinfo *pptxt) |
| Funções para configuração das mensagens para aparecer no display. | |
| void | lcdgr_putchar (int c) |
| void | lcdgr_puts (char *str) |
| void | setPixel (int x, int y) |
Variables | |
| struct txtinfo * | ptxt |
Biblioteca grafica para display Nokia6100
Fontes de informacao:
http://www.sparkfun.com/tutorial/Nokia 6100 LCD Display Driver.pdf http://www.nxp.com/acrobat_download2/datasheets/PCF8833_1.pdf
P0.9 MOSI-1 DIO Dados SPI1
P0.8 DRE Reset
P0.7 DCL Clock
P0.6 DCS Chip Select
Definition in file grlib.c.
| void lcd_nokia_init | ( | ) |
| void lcdgr_puts | ( | char * | str | ) |
1.7.1