Sitronix ST7032 controlled AQM1602A character LCD module to I2C adapter http://mbed.org/users/okini3939/notebook/i2c-lcd-library/
Diff: I2CLCD.h
- Revision:
- 1:bf21aa3f7cdc
- Parent:
- 0:b069b7027af2
- Child:
- 2:bc4583ce560e
--- a/I2CLCD.h Thu Oct 14 14:45:30 2010 +0000 +++ b/I2CLCD.h Tue Oct 19 07:08:54 2010 +0000 @@ -1,7 +1,11 @@ /* - * mbed library to use a I2C LCD + * mbed library for I2C LCD * Copyright (c) 2010 Hiroshi Suga * Released under the MIT License: http://mbed.org/license/mit + * + * Using some of the source code: + * mbed TextLCD Library, for a 4-bit LCD based on HD44780 + * Copyright (c) 2007-2010, sford */ #ifndef I2CLCD_H