bitmap.h

Committer:
tonydbeck
Date:
2010-11-19
Revision:
0:1cfbf6b8d116

File content as of revision 0:1cfbf6b8d116:

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    
     
};