Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
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]=
{
};


List of 10 messages in thread
TopicAuthorDate
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      

Back to Subject List