3 * This file contains special DoxyGen information for the generation of the main page and other special
4 * documentation pages. It is not a project source file.
7 /** \mainpage Simon Foster's USB Serial to HD44780 LCD Project
9 * \section Sec_Compat Project Compatibility:
11 * The following list indicates what microcontrollers are compatible with this project.
15 * \section Sec_Info USB Information:
17 * The following table gives a rundown of the USB utilization of this project.
21 * <td><b>USB Mode:</b></td>
25 * <td><b>USB Class:</b></td>
26 * <td>Communications Device Class (CDC)</td>
29 * <td><b>USB Subclass:</b></td>
30 * <td>Abstract Control Model (ACM)</td>
33 * <td><b>Relevant Standards:</b></td>
34 * <td>USBIF CDC Class Standard</td>
37 * <td><b>Supported USB Speeds:</b></td>
38 * <td>Full Speed Mode</td>
42 * \section Sec_Description Project Description:
44 * Firmware for a USB Virtual Serial to HD44780 LCD controller project, by Simon Foster. This
45 * project connects a standard HD7780 compatible LCD controller to a PC via a virtual serial
46 * link, so that data supplied by the host can be written to the display. This project is
47 * designed to use the Minimum USB AVR board, however it can be modified to suit other hardware
50 * LCD Datasheet: http://www.sparkfun.com/datasheets/LCD/HD44780.pdf \n
51 * More Information: http://en.wikipedia.org/wiki/HD44780_Character_LCD \n
53 * Below are the connections between the AVR Minimus board and LCD.
57 * <td><b>AVR Pin:</b></td>
58 * <td><b>HD44780 LCD Pin:</b></td>