This is an avr-gcc library for the HD44780 character LCD display.
After buying the SC1602BS LCD module, I couldn't find an avr-gcc library that drives the display correctly. Arduino's LiquidCrystal library was the only library that worked so this is a simple avr-gcc version of that library.
Tested with the Teensy++ 2.0 development board.
See lcd.h
for the usable methods. You need to edit it with the pins you're using.
Licensed under the GNU General Public License, Version 2.0.
You may find a copy of the license at
http://www.gnu.org/licenses/gpl-2.0.html