X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Farm.git;a=blobdiff_plain;f=betty%2Freadme;h=26c715aba7d0af19321c47e9781a2d498d7458b9;hp=bd8d4a8a40fcdeec32c11199fb805c068d0ab642;hb=HEAD;hpb=f99ed5c4faba98f0afda8d3f90d0481fc70258ee diff --git a/betty/readme b/betty/readme index bd8d4a8..26c715a 100644 --- a/betty/readme +++ b/betty/readme @@ -1,14 +1,41 @@ the betty tv project #################### -contents: ---------- +needless to say, this is work in progress ... + +contents/todo: +-------------- + +* Makefile - build rules for all source files * lpcload.c - loads firmware to the lpc2220 via uart0 +* lpc2xxx.h - header file for the lpc2xxx family + +* fwbc.c - firmware to broadcast the flash content via uart0 (obsolete!) + +* fwdump.c - dump contents received by host uart to harddisk (obsolete!) + +* fwflash.c - firmware handling the flash access + * betty.c - replacement firmware for the betty tv remote + (follow the makefile + includes in betty.h to find more source!) +* bmp2b.c - converts colored bmp images to a format according to the lcd ram + (you need my bmb api [my-projects/api]) +* font2b.c - converts linux console fonts (only 8x8!) to the lcd ram format + you need to adjust the source or have the kernel source in + /usr/src/linux. to be continued ... +important: +---------- + +there are important notes and howtos on the wiki page: +http://www.hackdaworld.org/cgi-bin/awki.cgi/BettyTV + +you should carefully read them before using the code! + +greets, hackbard