| ??? 09/25/02 08:22 Read: times |
#29641 - RE: Calling a image file from my c code |
You can find the .bmp file format here:
http://www.filespecs.com/formats/g...ontent.jsp Declare your array in code space using: unsigned char code bmp[8192]= {0x12,0x34,etc etc}; or perhaps more usefully: unsigned char code bmp[64][128]= { }; |
| Topic | Author | Date |
| Calling a image file from my c code | 01/01/70 00:00 | |
| RE: Calling a image file from my c code | 01/01/70 00:00 | |
| RE: Calling a image file from my c code | 01/01/70 00:00 | |
| RE: Calling a image file from my c code | 01/01/70 00:00 | |
| RE: Calling a image file from my c code | 01/01/70 00:00 | |
| RE: Calling a image file from my c code | 01/01/70 00:00 | |
| RE: Calling a image file from my c code | 01/01/70 00:00 | |
| RE: Calling a image file from my c code | 01/01/70 00:00 | |
| RE: Calling a image file from my c code | 01/01/70 00:00 | |
RE: Calling a image file from my c code | 01/01/70 00:00 |



