Main Page Data Structures File List Data Fields Globals
conf/ks0108conf.h File Reference
Graphic LCD driver configuration.
More...
Go to the source code of this file.
|
Defines |
|
#define | LCD_PORT_INTERFACE |
|
#define | LCD_CTRL_PORT PORTB |
|
#define | LCD_CTRL_DDR DDRB |
|
#define | LCD_CTRL_RS PB0 |
|
#define | LCD_CTRL_RW PB1 |
|
#define | LCD_CTRL_E PB2 |
|
#define | LCD_CTRL_CS0 PB3 |
|
#define | LCD_CTRL_CS1 PB4 |
|
#define | LCD_CTRL_RESET PB5 |
|
#define | LCD_DATA_PORT PORTC |
|
#define | LCD_DATA_DDR DDRC |
|
#define | LCD_DATA_PIN PINC |
|
#define | LCD_LINES 8 |
|
#define | LCD_LINE_LENGTH 22 |
|
#define | LINE1 0 |
|
#define | LINE2 1 |
|
#define | LINE3 2 |
|
#define | LINE4 3 |
|
#define | LINE5 4 |
|
#define | LINE6 5 |
|
#define | LINE7 6 |
|
#define | LINE8 7 |
|
#define | GLCD_XPIXELS 128 |
|
#define | GLCD_YPIXELS 64 |
|
#define | GLCD_CONTROLLER_WIDTH 64 |
Detailed Description
Graphic LCD driver configuration.
Definition in file ks0108conf.h.
Generated on Tue Feb 4 20:18:37 2003 for Procyon AVRlib by
1.3-rc2