Revision:
0:1cfbf6b8d116
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bitmap.h	Fri Nov 19 23:48:18 2010 +0000
@@ -0,0 +1,11 @@
+const int bitmapToDisplay[] =
+{
+    
+// Hex data here in the form of 1024 bytes.
+// must declare pointer in main program..... 
+//eg. 
+//const int *ptrBitmapToDisplay = bitmapToDisplay
+
+// To convert 128x64 bitmap into hex array use 'the dot factory' - an open source program    
+     
+};
\ No newline at end of file