Commit 74f174c6a1339e88b85a14da3f832e38ddb1d75b
authorluki <luki@localhost.(none)>
Sat, 23 Jan 2010 15:25:47 +0000 (16:25 +0100)
committerluki <luki@localhost.(none)>
Sat, 23 Jan 2010 15:25:47 +0000 (16:25 +0100)
treeda6c823a96c9213f5a8a157e39594bd7b5c0e18a
parent2f67001d8fab0cf3d51100b15e79f53caccc31b0
Message:
example using a hd44780 lcd simulator added.
14 files changed:
examples/board_charlcd/Makefile [new file with mode: 0644]
examples/board_charlcd/ac_input.c [new file with mode: 0644]
examples/board_charlcd/ac_input.h [new file with mode: 0644]
examples/board_charlcd/atmega48_charlcd.c [new file with mode: 0644]
examples/board_charlcd/atmega48_lcd.c [new file with mode: 0644]
examples/board_charlcd/atmega48_lcd.h [new file with mode: 0644]
examples/board_charlcd/charlcd.c [new file with mode: 0644]
examples/board_charlcd/data/blu.tiff [new file with mode: 0644]
examples/board_charlcd/data/processblu.py [new file with mode: 0644]
examples/board_charlcd/font.tiff [new file with mode: 0644]
examples/board_charlcd/hd44780.c [new file with mode: 0644]
examples/board_charlcd/hd44780.h [new file with mode: 0644]
examples/board_charlcd/hd44780_glut.c [new file with mode: 0644]
examples/board_charlcd/hd44780_glut.h [new file with mode: 0644]