#include <cfg/arch.h>#include <cfg/arch/armpio.h>#include <cfg/lcd.h>#include <stdlib.h>#include <string.h>#include <sys/nutconfig.h>#include <dev/hd44780.h>#include <dev/term.h>#include <sys/timer.h>
Go to the source code of this file.
Defines | |
| #define | LCD_DATA (0xFF << LCD_DATA_LSB) |
| #define | LcdNanoDelay(a) |
| Wait until controller will be ready again. | |
Variables | |
| TERMDCB | dcb_term |
| Terminal device control block structure. | |
| NUTDEVICE | devLcd |
| LCD device information structure. | |
| #define LCD_DATA (0xFF << LCD_DATA_LSB) |
Definition at line 110 of file hd44780_at91.c.