bullshit commit, sync for travel (to zn00H!) :)
[my-code/arm.git] / betty / readme
1 the betty tv project
2 ####################
3
4 needless to say, this is work in progress ...
5
6 contents/todo:
7 --------------
8
9 * Makefile - build rules for all source files
10
11 * lpcload.c - loads firmware to the lpc2220 via uart0
12
13 * lpc2xxx.h - header file for the lpc2xxx family
14
15 * fwbc.c - firmware to broadcast the flash content via uart0 (obsolete!)
16
17 * fwdump.c - dump contents received by host uart to harddisk (obsolete!)
18
19 * fwflash.c - firmware handling the flash access
20
21 * betty.c - replacement firmware for the betty tv remote
22             (follow the makefile + includes in betty.h to find more source!)
23
24 * bmp2b.c - converts colored bmp images to a format according to the lcd ram
25             (you need my bmb api [my-projects/api])
26
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
29              /usr/src/linux.
30
31 to be continued ...
32
33 important:
34 ----------
35
36 there are important notes and howtos on the wiki page:
37 http://www.hackdaworld.org/cgi-bin/awki.cgi/BettyTV
38
39 you should carefully read them before using the code!
40
41 greets, hackbard