Main Page   Modules   Data Structures   File List   Data Fields   Globals  

conf/lcdconf.h File Reference

Character LCD driver configuration. More...

Go to the source code of this file.

Defines

#define LCD_PORT_INTERFACE
#define LCD_CTRL_PORT   PORTC
#define LCD_CTRL_DDR   DDRC
#define LCD_CTRL_RS   2
#define LCD_CTRL_RW   3
#define LCD_CTRL_E   4
#define LCD_DATA_POUT   PORTA
#define LCD_DATA_PIN   PINA
#define LCD_DATA_DDR   DDRA
#define LCD_LINES   4
#define LCD_LINE_LENGTH   20
#define LCD_LINE0_DDRAMADDR   0x00
#define LCD_LINE1_DDRAMADDR   0x40
#define LCD_LINE2_DDRAMADDR   0x14
#define LCD_LINE3_DDRAMADDR   0x54
#define LCD_DELAY   asm volatile ("nop\n nop\n nop\n nop\n");


Detailed Description

Character LCD driver configuration.

Definition in file lcdconf.h.


Generated on Sun Feb 22 19:12:31 2004 for Procyon AVRlib by doxygen1.3-rc2