board_hd44780: New sample code
[simavr] / examples / board_hd77480 / README
1 board_hd44780
2
3 (C) 2011 Michel Pollet <buserror@gmail.com>
4 With thanks to Luki <humbell@ethz.ch>
5
6 This sample code is derivated from a patch sent by Luki, however it was mostly
7 in german, and was usinf the SDL library. Also the implementation of the LCD
8 itself had several shortcomings.
9
10 Therefore it was almost entirely rewritten from scratch the LCD was extended
11 and made as compliant as it is practical, and the sample code itself was
12 stripped of SDL. Also the german AVR LCD driver was replaced with the 
13 avr-libc one, a much more complete one.
14
15 This example demonstrated how to write a "part' that provide both a way to
16 visualize what your code is doing, but also provide extra data you can
17 visualize in gtkwave; so the LCD "part" exports quite a few IRQs that can
18 be used to help you trace and debug your own code.
19
20 Make sure to run this program and visualize the pretty curves.
21