X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/2e757d8c38a6852427f25f302884c34dd509431a..430973263bcf11e56c3362d2c714cc8f8c95c354:/Projects/SerialToLCD/SerialToLCD.txt diff --git a/Projects/SerialToLCD/SerialToLCD.txt b/Projects/SerialToLCD/SerialToLCD.txt index 8bf2102a4..84237b45f 100644 --- a/Projects/SerialToLCD/SerialToLCD.txt +++ b/Projects/SerialToLCD/SerialToLCD.txt @@ -47,5 +47,51 @@ * designed to use the Minimum USB AVR board, however it can be modified to suit other hardware * if desired. * - * See comments in the SerialToLCD.c source file for hardware pinouts of the Minimus board. + * LCD Datasheet: http://www.sparkfun.com/datasheets/LCD/HD44780.pdf \n + * More Information: http://en.wikipedia.org/wiki/HD44780_Character_LCD \n + * + * Below are the connections between the AVR Minimus board and LCD. + * + *
| AVR Pin: | + *HD44780 LCD Pin: | + *
| VCC | + *VCC | + *
| GND | + *GND | + *
| PD0 | + *DB4 | + *
| PD1 | + *DB5 | + *
| PD2 | + *DB6 | + *
| PD3 | + *DB7 | + *
| PD4 | + */RS | + *
| GND | + */RW | + *
| PD7 | + */E | + *