bitmap.h@0:1cfbf6b8d116, 2010-11-19 (annotated)
- Committer:
- tonydbeck
- Date:
- Fri Nov 19 23:48:18 2010 +0000
- Revision:
- 0:1cfbf6b8d116
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
tonydbeck | 0:1cfbf6b8d116 | 1 | const int bitmapToDisplay[] = |
tonydbeck | 0:1cfbf6b8d116 | 2 | { |
tonydbeck | 0:1cfbf6b8d116 | 3 | |
tonydbeck | 0:1cfbf6b8d116 | 4 | // Hex data here in the form of 1024 bytes. |
tonydbeck | 0:1cfbf6b8d116 | 5 | // must declare pointer in main program..... |
tonydbeck | 0:1cfbf6b8d116 | 6 | //eg. |
tonydbeck | 0:1cfbf6b8d116 | 7 | //const int *ptrBitmapToDisplay = bitmapToDisplay |
tonydbeck | 0:1cfbf6b8d116 | 8 | |
tonydbeck | 0:1cfbf6b8d116 | 9 | // To convert 128x64 bitmap into hex array use 'the dot factory' - an open source program |
tonydbeck | 0:1cfbf6b8d116 | 10 | |
tonydbeck | 0:1cfbf6b8d116 | 11 | }; |