]> hackdaworld.org Git - my-code/arm.git/blobdiff - betty/readme
font2b + default_font.h fix (hopefully), display and rom ld just to sync
[my-code/arm.git] / betty / readme
index b6df00e2b1b4b6cdd65df1c4d53f5e1c0bd86cb2..26c715aba7d0af19321c47e9781a2d498d7458b9 100644 (file)
@@ -12,11 +12,21 @@ contents/todo:
 
 * lpc2xxx.h - header file for the lpc2xxx family
 
-* fwbc.c - firmware to broadcast the flash content via uart0
+* fwbc.c - firmware to broadcast the flash content via uart0 (obsolete!)
 
-* fwdump.c - dump contents received by host uart to harddisk
+* 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 ...