Go to the source code of this file.
Defines | |
#define | LCD_ROWS 2 |
#define | LCD_COLS 16 |
#define | LCD_DATA_PORT PORTA |
#define | LCD_DATA_PIN PINA |
#define | LCD_DATA_DDR DDRA |
#define | LCD_DATA_BITS 0xF0 |
#define | LCD_ENABLE_PORT PORTA |
#define | LCD_ENABLE_DDR DDRA |
#define | LCD_ENABLE_BIT 3 |
LCD enable output. | |
#define | LCD_REGSEL_PORT PORTA |
#define | LCD_REGSEL_DDR DDRA |
#define | LCD_REGSEL_BIT 2 |
LCD register select output. | |
#define | LCD_RW_PORT PORTA |
#define | LCD_RW_DDR DDRA |
#define | LCD_SHORT_DELAY 1 |
#define | LCD_LONG_DELAY 2 |
#define | LCD_DELAY _NOP(); _NOP(); _NOP(); _NOP() |
Variables | |
TERMDCB | dcb_term |
Terminal device control block structure. | |
NUTDEVICE | devLcd |
LCD device information structure. |