X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/2e757d8c38a6852427f25f302884c34dd509431a..60a2147a511e5ed9719d43d2570ba66335745de4:/Projects/SerialToLCD/SerialToLCD.txt diff --git a/Projects/SerialToLCD/SerialToLCD.txt b/Projects/SerialToLCD/SerialToLCD.txt index 8bf2102a4..8058ee52d 100644 --- a/Projects/SerialToLCD/SerialToLCD.txt +++ b/Projects/SerialToLCD/SerialToLCD.txt @@ -10,7 +10,7 @@ * * The following list indicates what microcontrollers are compatible with this project. * - * - AT90USB162 + * \li AT90USB162 * * \section Sec_Info USB Information: * @@ -34,7 +34,7 @@ * USBIF CDC Class Standard * * - * Usable Speeds: + * Supported USB Speeds: * Full Speed Mode * * @@ -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:
VCCVCC
GNDGND
PD0DB4
PD1DB5
PD2DB6
PD3DB7
PD4/RS
GND/RW
PD7/E
*/