4 needless to say, this is work in progress ...
9 * Makefile - build rules for all source files
11 * lpcload.c - loads firmware to the lpc2220 via uart0
13 * lpc2xxx.h - header file for the lpc2xxx family
15 * fwbc.c - firmware to broadcast the flash content via uart0 (obsolete!)
17 * fwdump.c - dump contents received by host uart to harddisk (obsolete!)
19 * fwflash.c - firmware handling the flash access
21 * betty.c - replacement firmware for the betty tv remote
22 (follow the makefile + includes in betty.h to find more source!)
24 * bmp2b.c - converts colored bmp images to a format according to the lcd ram
25 (you need my bmb api [my-projects/api])
27 * font2b.c - converts linux console fonts (only 8x8!) to the lcd ram format
28 you need to adjust the source or have the kernel source in
36 there are important notes and howtos on the wiki page:
37 http://www.hackdaworld.org/cgi-bin/awki.cgi/BettyTV
39 you should carefully read them before using the code!