Set of routines to access 16*32character LCD display on WattBob I board.

Dependents:   Assignment_2_herpe Final_V1 ass2 ass2 ... more

Revision:
2:1cba2dd23d65
Parent:
1:190b705fb9e1
Child:
3:9c142edbfae8
--- a/WattBob_TextLCD.h	Mon Nov 29 14:22:52 2010 +0000
+++ b/WattBob_TextLCD.h	Mon Nov 29 14:41:23 2010 +0000
@@ -23,7 +23,9 @@
  * MCP23017            *par_port;
  * WattBob_TextLCD     *lcd;
  *      .....
- *
+ * void main()
+ * {
+ *      .....
  *      par_port->write_bit(1,BL_BIT);   // turn LCD backlight ON
  *      lcd->cls(); lcd->locate(0,0);
  *      lcd->printf("%s", message);